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

Re: [pygame] Making a Movie



Also, the video quality is reaaaaaallly bad (and the whole 800 frames is less than 1 MB).  I'd like to trade some space for some quality.  Also, changing:
ffmpeg -f image2 -r 60 -i frame%d.png -r 59 video.mpg
to:
ffmpeg -f image2 -r 60 -i frame%d.png -r 59 video.avi
Causes the resultant movie to not work.  What's that about?
-Ian