Media (Intel® oneAPI 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

mfxExtCodingOptionSPSPPS for HEVC

Silviu_B
Beginner
312 Views

The mfxExtCodingOptionSPSPPS structure is inadequate for getting the video parameter set sequence header for HEVC. If you use this method with MFXVideoENCODE_GetVideoParam you can retrieve the SPS (00 00 01 42) and PPS (00 00 01 44) sequence header information.

But HEVC introduced a more important parameter set: video parameter set (00 00 01 40). Right now, the only way to get that is to do a dummy encoding of one frame.

It would be much more efficient to be able to extract all 3 sequence header buffers using a structure like mfxExtCodingOptionSPSPPS.

0 Kudos
1 Reply
Dmitry_E_Intel
Employee
311 Views

mfxExtCodingOptionVPS serves to retrieve VPS. 

0 Kudos
Reply