From 678ee062c162482670f55fb357a19095950074f7 Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Sat, 30 Nov 2024 23:25:18 +0100 Subject: [PATCH] adds deprecation notice --- bin/av1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/av1 b/bin/av1 index c243b0a..9c4d3bd 100755 --- a/bin/av1 +++ b/bin/av1 @@ -1,4 +1,6 @@ #!/bin/bash +# NOTICE: This script has been superceded by vcmp and will be removed in a future update. +# # Recursively finds and compresses video files to AV1/MP4 format with reduced quality/size. # Converts to 1080p max, reduces high framerates, and uses low bitrate audio. # Original files are removed after successful compression.