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
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
3002 Discussions

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

kamildobk
Beginner
199 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