Hi all,
(1), issue
Our video encoder use DM816x and DVRRDK.
I set one of the encoder channel to work on vbr mode and one of the encoder channel to work on cbr mode. and my setup parameter see as "(2) my setup parameter"
but it seem that the two channel have the same bitrate.
when hold still, and the two channel's the bitrate is about 2Mbps
when move, and the two channel's bitrate up to about 3.5Mbps
when move and do not stop, but after a while , the two channel's bitrate down to 2Mbps
(2), my setup parameter
EncLink_ChCreateParams:
rateControlPreset = IVIDEO_USER_DEFINED;
maxBitRate = (4 * 1000 * 1000);
targetBitRate = (2 * 1000 * 1000);
EncLink_ChRcAlgParams: rcAlgo = 0; //for CBR and rcAlgo = 1; //for VBR
EncLink_ChCVBRDurationParams: vbrDuration = 8;
EncLink_ChCVBRSensitivityParams: vbrSensitivity = 0;
(3), Platform
DVRRDK: DVRRDK_02.00.00.23
SOC: DM8168/DM8165
OS: Linux
(4), my question
Why the bitrate of the two video channels are the same, or my setup parameter is not right?
How can I know which mode does the encoded work on, vbr or cbr?
Can someone help me?
thanks,
With best regards,
Focus