frame rate modified from 30 to 25
[video-handling.git] / ffmpeg-mts2webm
index b232f9e..6d5ddaf 100755 (executable)
@@ -20,5 +20,5 @@ if test ! -f "$MTS_FILE"; then
     exit 1
 fi
 
-$FFMPEG -i "$MTS_FILE" -f webm -acodec libvorbis -ab 256k -ar 44100 -ac 2 -vcodec libvpx -b 1400k -r 30 -threads 0 "$AVI_FILE"
+$FFMPEG -i "$MTS_FILE" -f webm -acodec libvorbis -ab 256k -ar 44100 -ac 2 -vcodec libvpx -b 1400k -r 25 -threads 0 "$AVI_FILE"