Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

H264EncoderParams VBR

franknatoli
New Contributor I
195 Views
H264EncoderParams has a rate_control.method allowing one to specify H264_RCM_VBR or H264_RCM_CBR. But there doesn't appear to be any way to set the two separate bit rates for VBR. How does one do that?

In addition to VBR bit rates, what other parameters affect compression efficiency? Presently, without setting any parameters, compression efficiency is terrible, producing MPEG-4 files some three or four times larger than codecs with the right parameters.
0 Kudos
1 Reply
Chao_Y_Intel
Moderator
195 Views

Hi,

If you want to use VBR, itcan disable the rate control, and use I/P/B frame quantization parameter to control the bitrate.

In MPEG4 par file, set RateControl to 0, and change the following for the quantization parameter:

xx // IVOP quant
xx // PVOP quant
xx // BVOP quant

Thanks,
Chao
0 Kudos
Reply