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

Re: [pygame] Images and Movies



hey,

you can use ffmpeg, or vlc to create an mpeg that pygame can play.
Both are free tools.

There's also code to create and play back flv files... but I can't
find it at the moment.  (py2vnc has some code for flv format... but it
only supports a subset of flv).

cheers,



On Mon, Apr 21, 2008 at 7:01 AM, Ian Mallett <geometrian@xxxxxxxxx> wrote:
> Hi,
>   Given some image files, how can you convert them to get a movie file using
> Python?
>   I'm hoping it can be done in PyGame, though perhaps not.  In the latter
> event, I need the source files, so that there are not extra dependencies.
>    Thanks,
> Ian
>