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

Fast rewind trick mode playing ( I-frames only ) problems

kamildobk
Beginner
327 Views

Hi,

When I try to decode I-frame only H264 stream ( after removing all P and B frames - full IPBBBP... stream can be decoded without problems ) I get following sequence after calling DecodeFrameAsync() :

 - MFX_WRN_VIDEO_PARAM_CHANGED ( each I frame has SPS and PPS NALS repeated - but they are always the same ),

 - MFX_ERR_MORE_SURFACE

 - MFX_ERR_MORE_DATA ( mfxBitstream tells that all input data was consumed ),

and next I-frame gives me exactly the same results, so I always get MFX_ERR_MORE_DATA at the end and no output frame is produced. I set MFX_BITSTREAM_COMPLETE_FRAME flag but it changes nothing. How should I decode this stream ?

 

Thanks,

Kamil

 

 

0 Kudos
0 Replies
Reply