Hi all,
I am working on DM365 with dvsdk_2_10_01_18 and H.264 encoder ver. 2.00.00.10. Recently, I meet a problem regarding rate control.
I use the following configuration for h.264 encoder ver.2.00.00.10:
cbr | vbr | |
rateControlPreset | IVIDEO_USER_DEFINED | IVIDEO_USER_DEFINED |
rcAlgo | 0 | 1 |
InitQ | 51 | 51 |
rcQMax | 51 | 51 |
rcQMin | 8 | 8 |
targetBitrate | 2000000 | 2000000 |
But I find there be little difference in bitrate variance between CBR and VBR. I tried fixed QP (rcAlgo = 2) with IntraFrameQP and InterFrameQP set to 28, and that shows apparent bitrate variance.
I wonder if this kind of phoenomenon is normal according to codec design.
regards,
Raf