Ash wrote:
> Does anyone know how the 'bit_rate' property and the 'bit_rate_tolerance'
> property in the encoder is used? This property is part of a codeccontext.
Look at the documentation in libavcodec/avcodec.h:
bit_rate: the average bitrate
- encoding: Set by user; unused for constant quantizer encoding.
- decoding: Set by libavcodec. 0 or some bitrate if this info is
available in the stream.
bit_rate_tolerance: number of bits the bitstream is allowed to diverge from the
reference.
the reference can be CBR (for CBR pass1) or VBR (for pass2)
Luca
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user