- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I wrote some sample program before integrating the directshow H264 encoder in my app.
In my sample program, the creation of the filter succeeded, so i decided it's safe to integrate it in to my application.
I integrate it, but when i'm trying to create the filter, I'm getting E_FAIL.
I compiled the filters in debug and started to digg in.
I found that the call to m_mfxVideoSession.Init(impl, &version) - under base_encoder.cpp, line 104 return -3 which mean not supported.
The creation of the filter in the test app was ok, but in my real app it failed.
What am I doing wrong?
Attached is my tiny testing app.
Thanks,
Koby
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ok, found it.
must have libmfxsw32.dll next to my .exe although it wasn't there in my testing app.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Right. If you want to use SW processing then you must have the SW DLL accessible to the application.
Glad you found the solution.
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