Hi Bertrand,
Thanks for getting back so quickly. I am using Windows 7 and have
installed Python 2.6.6.
I have downloaded the following dlls
avcodec-52.dll
avcore-0.dll
avdevice-52.dll
avfilter-1.dll
avformat-52.dll
avutil-50.dll
swscale-0.dll
and installed them in my SysWOW64 directory.
I had to google and download these dlls individually, so am concerned
that they may not all be correct. Is there a known reliable source for
downloading ffmpeg? What is the ffmpeg version compatible with
pyffmpeg?
When I try to import ffmpegreader I get the following error (which has
been mentioned in another thread)
ImportError: DLL load failed: The specified procedure could not be
found.
Do I have to install PIL and numPy?
Marc.
On Feb 13, 4:58 pm, Bertrand Nouvel <
bertrand.nou...@gmail.com> wrote:
> Hi Marc,
>
> I haven't work on pyffmpeg for issues.
> I am sorry there are a couple of known issues... expecially with modern
> version of cython.
>
> Normally, you should be able to build with any version of python / ffmpeg,
> if you understand what building a C program means else... but this is maybe
> not true... and then you'd better keep to the prebuild.
>
> I planned to set up a build bot to avoid that problems... did not have time
> so far...
> Are you on MAC/ PC/ Win 32 / Win 64 ?
>
> Thanks for the email, I will try to add pyffmpeg to my buildbot.
>
> Bertrand
>
> 2012/2/13 M Armstrong <
markop...@sky.com>