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

Audio Decoder/Encoder based on Intel Media SDK

Darko__Robbie
Beginner
307 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