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.

MFX_ERR_NOT_INITIALIZED linux intel sdk

andya
Beginner
183 Views

in intel_media_sdk_tutorial_041813/simple_2_decode example :

    // Initialize the Media SDK decoder
    sts = mfxDEC.Init(&mfxVideoParams);

it's return error -8 MFX_ERR_NOT_INITIALIZED? why? the code only windows?  how solve it on linux?

0 Kudos
2 Replies
Petter_L_Intel
Employee
183 Views

Hi,

The Media SDK tutorial samples currently only support Windows.

We plan to release a new version on the Tutorial very soon which will support both Linux+Windows.

In the meantime, for Linux, please refer to the samples that are packaged with the SDK.

Regards,
Petter

Jeffrey_M_Intel1
Employee
183 Views

This thread may have some info that could help: http://software.intel.com/en-us/forums/topic/479998

Reply