pygame: output to file?

alex23 wuwei23 at gmail.com
Mon Apr 16 07:49:46 EDT 2012


On Apr 16, 7:34 pm, superpollo <superpo... at tznvy.pbz> wrote:
> is there a way to convert the graphical output of a pygame application
> to a mpeg file or better an animated gif? i mean, not using an external
> capture program...

There is, but it's probably not going to be as performant as using
something external:

http://stackoverflow.com/questions/6087484/how-to-capture-pygame-screen

I'd also recommend checking out the pygame mailing list:
http://www.pygame.org/wiki/info



More information about the Python-list mailing list