[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] movie module?



On Thu, 2005-08-25 at 11:53 +0200, Arnau SÃnchez wrote:
> I am also interested on the new module "movieext" with Windows, but I
> can't run it. I have download and installed
> pygame-1.7.1release.win32-py2.4.exe, but then:

You'll need to get this built yourself. You'll need to build or get
binaries for the libavcodec and libavformat libraries. These live inside
the ffmpeg project as libraries. This may be the hardest part of the
process.

Then you must do a build of Pygame. When that is done, edit the "Setup"
file and uncomment the line for "movieext". Run the build again and this
time it will have the movieext module.

This is far easier on Linux/BSD than on Windows. The libavcodec and
libavformat libraries do work on Windows though.