[FFmpeg-user] ffmpeg code Problem

Werner Robitza werner.robitza at gmail.com
Sun Aug 11 20:31:11 CEST 2013


> The ffmpeg docs say this:
>        ·   To force CBR video output:
>                    ffmpeg -i myfile.avi -b 4000k -minrate 4000k -maxrate
> 4000k -bufsize 1835k out.m2v
>

Just a note: -b is ambiguous. Use -b:v instead – the documentation is
outdated here.


More information about the ffmpeg-user mailing list