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.

MFX_ERR_NOT_INITIALIZED linux intel sdk

andya
Beginner
331 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
331 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

0 Kudos
Jeffrey_M_Intel1
Employee
331 Views

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

0 Kudos
Reply