- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Whatever I try, this function call fails
I initialized the session as
mfxVersion version;
version.Major = 1;
version.Minor = 0;
session.init( MFX_IMPL_SOFTWARE, &version )
Which does not return error.
Any ideas what could be the problem,
From what I saw in my debugger
libmfxsw32.dll gets loaded
I am running this on pretty old hardware: Intel Pentium(R0 M @ 2.00GHz with windows7, 32 bit
Could this have something to do with it ? What is the minimum required hardware in order to do software H264 decoding ?
Thanks for any hints,
Bob
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Bob,
If your target is SW then you must make sure the "libmfx<32/64>.dll" is in the same folder as executable or in system path. With regards to your platform, since you use SW target it should work.
What version of Media SDK are you using?
Can you run the samples (such as sample_decode) provided with the SDK using SW target?
Regards,
Petter

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