- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Tags:
- Development Tools
- Graphics
- Intel® Media SDK
- Intel® Media Server Studio
- Media Processing
- Optimization
Link Copied
0 Replies
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page