Dear Guanqiong,
Thank you for your reply. The frame rate is 30fps(fixed) and I've tested encoding with lowering the bitrate gradually.
I don't use gstreamer. I'm checking frame skip function using a test program to which API in VPU is called directly.
I'm referring the following reference manual.
[i.MX 6Dual/6Quad VPU Application Programming Interface Linux Reference Manual]
Also I found 2 more doubtful points in VPU API.
1."userQpMin" in EncOpenParam structure
The userQPMax could confirm that setting becomes effective from a encoded stream,
but userQpMin is invalid. It seems disabled in VPU driver.
If userQpMin can't be effectively, I'd like to know the reason.
2."avc_disableDeblk" in EncAvcParam structure
I want to use DBF in H.264 encoding. I was set related following parameters.
avc_disableDeblk
avc_deblkFilterOffsetAlpha
avc_deblkFilterOffsetBeta
In the H.264 encoded stream (I analyzed the stream), deblocking filter is certain effectively.
But the actual effect of the filter can't be confirmed with a decoded picture.
(I've checked it by combination of various parameters.)
Is there anyone checked about this function?
Dear team, Should I post these issues by another thread?
Masahiro