]> code.delx.au - transcoding/commitdiff
avconv -> ffmpeg master
authorJames Bunton <jamesbunton@delx.net.au>
Thu, 24 Sep 2020 12:59:34 +0000 (22:59 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Thu, 24 Sep 2020 12:59:34 +0000 (22:59 +1000)
trim-audio

index 1944b3991c235c21d7113aabe6aec5d97c24a0d7..be09bf97da6d0c82fac49975f515b8ac2df2ee0a 100755 (executable)
@@ -16,5 +16,5 @@ if [ "$input" = "$output" ]; then
     exit 1
 fi
 
-avconv -ss "$ss" -t "$duration" -i "$input" -acodec copy "$output"
+ffmpeg -ss "$ss" -t "$duration" -i "$input" -acodec copy "$output"