]> code.delx.au - transcoding/commitdiff
ffmpeg -> avconv
authorJames Bunton <jamesbunton@delx.net.au>
Wed, 1 Oct 2014 14:10:30 +0000 (00:10 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Wed, 1 Oct 2014 14:10:30 +0000 (00:10 +1000)
trim-audio

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