Hi everyone,
I use TI's H.264 encoder in RDK3.0 and do experiments. According our reqirements, I set
encoder's resolution is 4CIF (704*576)
targetBitRate = 256*1000
qpMax = 42 (Because I want certain quality)
And allowFrameSkip = 1
If I use more complex input, the bitrate will reach about 500k+ or more.
And I observe there are some frame skip occurred. (Most two consecutive frames skipped)
But not enough frames are skipped to reach the targetBitRate.
The rate control mechanism seems not work for our case.
So, could I adjust any more parameters to reach the targetBitRate?
Sincerely,
James