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.

mfxExtCodingOptionSPSPPS for HEVC

Silviu_B
Beginner
405 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
404 Views

mfxExtCodingOptionVPS serves to retrieve VPS. 

0 Kudos
Reply