- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page