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

MFXVideoCORE_SyncOperation() throws MFX_ERR_DEVICE_FAILED always

Areekkal
Beginner
1,324 Views

Hi ,

 

I modified the intel vpl legacy sample to work with H264 encoding for YUV444 format.

Initialization is always success. When i tried to encode a file , MFXVideoENCODE_EncodeFrameAsync return success and when i call the function MFXVideoCORE_SyncOperation() , it always return -17(MFX_ERR_DEVICE_FAILED ) .

 

Attached the sample source code for reference and the input file for your reference.

command line to run the program is 

Release\legacy-encode -i 444_1920x1080_MultipleFrames_legacy.ayuv -w 1920 -h 1080 -c h264 -t ayuv

 

The code work in the following scenario

 

h265 , yuv420  - working

h265 , yuv444 - working for intel 11th gen and higher. Not supported for the remaining  older driver version

h264 , yuv420 - working

h264 , yuv444 - Failed .MFXVideoCORE_SyncOperation() always return -17(MFX_ERR_DEVICE_FAILED ) .

 

Thanks

Gireesh 

 

 

 

 

0 Kudos
3 Replies
AlekhyaV_Intel
Moderator
1,285 Views

Hi,


Thank you for posting in Intel communities and thanks for sharing the sample reproducer. Could you please let us know your machine details i.e. OS, Processor, Graphics card, kernel along with the version, etc. so that we could debug your issues further.


Regards,

Alekhya


0 Kudos
AlekhyaV_Intel
Moderator
1,180 Views

Hi,

 

We have not heard back from you. Could you please give us an update regarding this issue?

 

Regards,

Alekhya

 

0 Kudos
AlekhyaV_Intel
Moderator
1,155 Views

Hi,


We have not heard back form you, hence we are closing this thread now. If you need any further assistance, please post a new question as this thread will no longer be monitored by Intel.


Regards,

Alekhya


0 Kudos
Reply