[][src]Constant libaom_sys::AV1E_SET_MAX_INTER_BITRATE_PCT

pub const AV1E_SET_MAX_INTER_BITRATE_PCT: aome_enc_control_id = 28;

Codec control function to set max data rate for inter frames, unsigned int parameter

This value controls additional clamping on the maximum size of an inter frame. It is expressed as a percentage of the average per-frame bitrate, with the special (and default) value 0 meaning unlimited, or no additional clamping beyond the codec's built-in algorithm.

For example, to allow no more than 4.5 frames worth of bitrate to an inter frame, set this to 450.