This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

how to use set parameters for keeping max bitrate under the moving picture

Dear Experts,

We are using DM8148/DVR_RDK 3.5/REL.  500.V.H264AVC.E.IVAHD.02.00.04.01. VBR mode.


I review some topic in this forum about how to bound bitrate.

For example: H.264 encoding with near constant bitrate 

Why the bitrate of encoded is the same when rate control of H.264 is VBR or CBR and How to set the VBR/CBR mode on DM8168?

We tried those parameters:

HRDBufferSize/qp value/numSkipInDistributionWindow/skipDistributionWindowLength/enablePartialFrameSkip/allowFrameSkip

The most efficient way is to use "enablePartialFrameSkip" to control bitrate under maximum bitrate.

But the video quality is bad that our customer cannot accept it. (We modified qpmax to 51)

We have to control bitrate under maximum bitrate.

Will CVBR/HF-VBR have better result?

Is there any other parameter could be used to control bitrate? (Hope have better video quality than partialFrameSkip)

or How to combine those parameter to achieve best quality and lowest bitrate?

thx ~

HB

Why the bitrate of encoded is the same when rate control of H.264 is VBR or CBR and How to set the VBR/CBR mode on DM8168?