intonormal / pyffmpeg

Automatically exported from code.google.com/p/pyffmpeg
1 stars 0 forks source link

ImportError: DLL load failed: The specified procedure could not be found. #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. import pyffmpeg in python 2.6

What is the expected output? What do you see instead?
I expect that pyffmpeg is imported without any errors, but instead i get this 
error: 

Traceback (most recent call last):
  File "<pyshell#1>", line 1, in <module>
    import pyffmpeg
ImportError: DLL load failed: The specified procedure could not be found.

What version of the product are you using? On what operating system?

I use pyffmpeg 2.1 on Windows XP 32 bit, with Python 2.6.6 , ffmpeg shared 
build from this site: http://ffmpeg.zeranoe.com/builds/
I installed the 2011-09-06 build. Installed MingW with msys to. 

Please provide any additional information below.

I added the directories: C:\ffmpeg\bin, C:\MinGW\bin, C:\MinGW\msys\1.0\bin to 
the system path

copied the files from the pyffmpeg zip file to the directory 
C:\Python26\Lib\site-packages

copied the files : avcodec-53.dll, avdevice-53.dll, avfilter-2.dll, 
avformat-53.dll, avutil-51.dll, postproc-51.dll, swscale-2.dll from the 
directory C:\ffmpeg\bin to C:\WINDOWS\system32

and copied libgcc_s_dw2-1.dll from C:\MinGW\bin to C:\WINDOWS\system32

I already examined issue 31, bt it didn't help for me. 

Thanks in advance, 

Dennis

Original issue reported on code.google.com by dennis.k...@gmail.com on 15 Sep 2011 at 9:24