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.

How to handle Decoder Errors.

sumit_j_1
Beginner
271 Views

Hi All,

I am getting an error from decode block of simple transcoder for my corrupted mpeg2 stream.

Errors are-MFX_ERR_LOCK_MEMORY,MFX_ERR_INCOMPATIBLE_VIDEO_PARAM,MFX_ERR_INVALID_VIDEO_PARAM.

I am currently resetting Decode by new extracted headers from bit stream to  removes MFX_ERR_LOCK_MEMORY error.

But same doesn't worked for others. In other words, for MFX_ERR_INCOMPATIBLE_VIDEO_PARAM error,  when i trying to reset decoder with new header  then  reset returns MFX_ERR_INVALID_VIDEO_PARAM.

Plz suggest how to handle this. Actually this decoder is a  part of my transcoder so do i need to do something for encoder also.

 

Regards,

Sumit Jha

 

 

 

 

 

0 Kudos
1 Reply
Bjoern_B_Intel
Employee
271 Views

Hi Sumit,

Can you share your corrupted mpeg2 stream so I can replicate what you are seeing?

Thanks,

Bjoern

Reply