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.
views:
58answers:
1
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
2010-08-10 01:59:20