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

Re: [pygame] Making a Movie



Alrighty, I've got my first (ever) ffmpeg movie sorta working. 

I'm using the command:
ffmpeg -f image2 -i frame%d.png -r 59 video.mpg

As you'll see, I've added a framerate thingie as best as I understand it.  However, the resultant movie is much slower than the original program (which ran at 60Hz).  I tried "-r 60", but the video had tons of errors all over it.  Have I done this wrong? 

I'll add sound in a bit.