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.

Audio Decoder/Encoder based on Intel Media SDK

Darko__Robbie
Beginner
484 Views

Hi there,

 

I'm trying to implement an AAC Audio encoder based on Intel Media SDK. But when I try to initialize a session for it, I always get the following error: MFX_ERR_UNSUPPORTED.

My code looks like:

mfxIMPL mfxImpl = MFX_IMPL_SOFTWARE | MFX_IMPL_AUDIO;

mfxVersion mfxVersion = {MFX_AUDIO_VERSION_MINOR, MFX_AUDIO_VERSION_MAJOR};

 

MFXAudioSession mfxSession;

stStatus = mfxSession.Init(mfxImpl, &mfxVersion);

 

The stStatus is always MFX_ERR_UNSUPPORTED (-3).

 

I think the problem is I don't have the following dll installed on my system: libmfxaudiosw32.dll (and libmfxaudiosw64.dll). Where can I find it? Is it possible to encode audio with Intel Media SDK? What do I need to install?

 

Best Regards, Robbie.

0 Kudos
0 Replies
Reply