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

Re: [pygame] Making a Movie



Hi,

I know this thread is reeeeally old, but I finally got passable results with:
ffmpeg -f image2 -r 60 -i frame%d.png -mbd rd -trellis 2 -cmp 2 -subcmp 2 -pass 1/2 -r 59 video.mpg

Thanks all,
Ian