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

Re: [pygame] Making a Movie



On Tue, Apr 27, 2010 at 8:12 PM, Tyler Laing <trinioler@xxxxxxxxx> wrote:
> You can use ffmpeg. A quick sample line I found is this:
>
> ffmpeg -f image2 -i frame%d.jpg video.mpg
>
> Explore the ffmpeg options and you will find the way to include an audio
> file for sound.

you're gonna want to make sure you pass it the parameters for the
framerate so that it syncs the audio and images perfectly though.