X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=ffmpeg-mts2mp4-custom;h=334407a226965b1da5cb389307f56ef025f88431;hb=fd13b1f439d0a716682630e6b4778ca2d0b8cf5c;hp=4a9f4b6e8574d87cad15e50ea69a0d8bcebae701;hpb=6a2962dbd3c8194bdf37eaca9a983071c8fa7d28;p=video-handling.git diff --git a/ffmpeg-mts2mp4-custom b/ffmpeg-mts2mp4-custom index 4a9f4b6..334407a 100755 --- a/ffmpeg-mts2mp4-custom +++ b/ffmpeg-mts2mp4-custom @@ -22,5 +22,5 @@ if test ! -f "$MTS_FILE"; then exit 1 fi -$FFMPEG -i "$MTS_FILE" -f mp4 -acodec libmp3lame -ab 256k -ar 44100 -ac 2 -vcodec libx264 -vpre normal -b "$BITRATE" -r 25 -s "$RESOLUTION" -threads 0 "$AVI_FILE" +$FFMPEG -i "$MTS_FILE" -f mp4 -acodec libmp3lame -ab 192k -ar 44100 -ac 2 -vcodec libx264 -vpre normal -b "$BITRATE" -r 25 -s "$RESOLUTION" -threads 0 "$AVI_FILE"