tags:

views:

58

answers:

1

Is there a way to get the requested bitrate when converting to the libx264 vcodec? It seems ffmpeg doesn't consider the -b parameter. I also tried -minrate, -maxrate, -bufsize, -bt, but none worked.

A: 

If you look at this guide for ffmpeg x264 conversion, you will see that he uses both -b and -bt together to specify the bitrate. I haven't tried this myself, so I don't know if it woks.

Menachem