> 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.