- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page