- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
I've developed a video encoding project with IMSDK 2013 which works fine on my workstation. (Xeon W3550)
Now I've tested encoding on another workstation (Core i5) and the program exits with error -3. I get MFX_ERR_UNSUPPORTED for MFXInit with MFX_IMPL_SOFTWARE. I found out where this problem occurred by debugging the project after copying the ProgramFiles/Intel/ folder from my workstation to the other and setting the include and lib paths.
Running the sysanalyzer shows me that I'd be able to use software implementations up to 1.6.
To check if something's missing on the workstation I installed the IMSDK 2013 R2 from: http://software.intel.com/en-us/vcsource/tools/media-sdk
This didn't help either. However, after positioning the include and lib paths to IMSDK 2013 R2 everything works fine!
These two lines of code get executed first and yield the error -3 (stored in sts):
[cpp]mfxVersion SWversion = {0,1}, HWversion = {0,1};
mfxStatus sts = MFXInit(MFX_IMPL_SOFTWARE, &SWversion, &SWsession);[/cpp]
My questions are now:
What is the problem with this particular workstation and my project compiled with IMSDK 2013?
Has something changed in release R2 that is related to my problem?
Did I miss some frameworks or dependencies which I should've installed on the other workstation?
How can I assure that something like this won't happen in the future?
Thank you a lot in advance for your help!
Link kopiert
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
Put libmfxsw32.dll/libmfxsw64.dll beside with your application on target machine?
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
I'll try this out!
I've tested my code on other workstations on which HD graphics drivers are installed. On these workstations I didn't have any problems.
Do I always have to provide libmfxsw32.dll/libmfxsw64.dll? Why didn't my original code run after installing the R2 SDK? (I assume compiling with R2 will handle the dependency to libmfxsw32.dll/libmfxsw64.dll?)
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
- I've tested my code on other workstations on which HD graphics drivers are installed. On these workstations I didn't have any problems.
- It looks like libmfxhw32.dll/libmfxhw64.dll (shipped with HD graphics driver) was used on that machines.
- Do I always have to provide libmfxsw32.dll/libmfxsw64.dll? Why didn't my original code run after installing the R2 SDK? (I assume compiling with R2 will handle the dependency to libmfxsw32.dll/libmfxsw64.dll?)
- Looks like you need to learn what is header/lib/dll in general at first, then PATH system variable, then application distribution foundations.
Also it would be nice to read docs from \Media SDK 2013 R2\doc folder.
I'm sorry if I misunderstood your skills...
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
Thanks for your reply!
What I do not understand is why R1 compiled code would not run on the machine after installing R2 SDK. Shouldn't the PATH system variable set during the R2 SDK installation let my R1 application load the libmfxsw32.dll/libmfxsw64.dll? As it would for the R2 compilation?
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
Examine PATH variable on a destination machine. Do you see something like "C:\Program Files\Intel\Media SDK 2013 R2\bin\win32" there?
PS: it is quite enough to put libmfxsw32.dll/libmfxsw64.dll beside with your application on target machine, no need to install whole SDK there.
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
I've got the PATH variable on my machine but will need to check on the destination machine when I'm able (it's not at my office).
I'll remember to include libmfxsw32.dll/libmfxsw64.dll when deploying my application!
Thanks for your help!
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
I guess that this will also avoid issues if some newer SDK version or HD graphics version gets installed while the application still uses the libmfxsw32.dll/libmfxsw64.dll from an older SDK...
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
Read imsdk documentation (mediasdk-distrib.pdf, Intel_Media_Developers_Guide.pdf, etc) about dispatcher, look \opensource\mfx_dispatch code...

- RSS-Feed abonnieren
- Thema als neu kennzeichnen
- Thema als gelesen kennzeichnen
- Diesen Thema für aktuellen Benutzer floaten
- Lesezeichen
- Abonnieren
- Drucker-Anzeigeseite