Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

Question about CQP Encoding

Joyah
Beginner
462 Views
Hi there,

My question is, can I perform a "Dynamic QP Change" at CQP Encoding Mode, as the similarity of "Dynamic Bitrate Change" in CBR and VBR mode? If I can, how to achieve that?

Thanks,
Joyah


0 Kudos
1 Reply
Nina_K_Intel
Employee
462 Views
Hi Joyah,

Using CQP mode you can have dynamic change at any frame using regular way of specifiying per-frame QPs: fill mfxEncodeCtrl structure and pass it to EncodeFrameAsync. Here is an excerpt from the Media SDK manual:


Description

The mfxEncodeCtrl structure contains parameters for per-frame based encoding control.

Members

QP

If nonzero, this value overwrites the global QP value for the current frame in the constant QP mode.


Regards,
Nina
0 Kudos
Reply