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.
3058 Discussions

Using Decoder without Sequence Header in Bitstream?

Ronny_Bodach
Beginner
414 Views
Hello folks,

I will use Intel Media SDK for decoding video frames in a libav environment.
So i just need to decode single frames witch will be copied to the bitstream for Media SDK decoding.

How can i resolve the missing sequence header for bitstream decoding?
Is there a way to Init Decoder with the necessary values (width, height etc...)

Hope someone knows a way to do this...

Thanks a lot and best regards

Ronny
0 Kudos
1 Reply
Anthony_P_Intel
Employee
414 Views
HI Ronny,

The Media SDK expects streams that are compliant to the elemantary stream standards and if the Media SDK decoder does not find any sequence headers while decoding the DecodeFrameAsync call will continuously return MFX_ERR_MORE_DATA (effectively asking for more bitstream data).

You would have to create your own valid sequence headers and ad them to the bitstream prior to the other data.

-Tony
0 Kudos
Reply