no, I'm not sure about this. What I know is that if max_bitrate is set, then encoder will try not to raise this value. But for some encoders (h264 via openh264 for example) rate control can not work so exactly (for openh264 it requires skipping frames).
 
-- 
С уважением,
Слободенюк Александр Игоревич
 
контактный телефон: +7-925-050-64-62
 
 
 
03.06.2016, 09:07, "Peter Steinbach" <[email protected]>:

 

 AVCodecContext->max_bitrate * (duration_in_secs / 8) [ bytes ]


Are you sure about this? What if I encode only random noise? Does
max_bitrate take this into account as I would expect that you'll have
something like:

upper_bound_in_bytes = input_in_bytes + encoder_overhead_in_bytes

Best,
P
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to