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.

Setting

Rosen__Daniel
Beginner
244 Views

For H.264 encoding is there a way to set the SPS variable: log2_max_pic_order_cnt_lsb_minus4?

I guess one could set build an SPS / PPS, structure and load that, that there are no support routines are there?

0 Kudos
1 Reply
Sravanthi_K_Intel
244 Views

Hello.

Thanks for the question. The API to specify SPS/PPS structures allows the user to provide custom SPS/PPS parameters using the mfxExtCodingOptionSPSPPS structure. The actual SPS/PPS buffer is to be filled by the user in the mfxU8 *SPSBuffer and mfxU8 *PPSBuffer pointers according to the definitions in the AVC references, and the SDK does not provide such fine-grained APIs to control the SPS/PPS buffers itself.

Hope this answers your question. 

0 Kudos
Reply