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

Re: [pygame] playing an mpeg



just responding to my own post -- you could use movie.render_frame(framenum) to play the movie back yourself, although this will take a bit more coordination on your part than the fire and forget movie.play() command. it may be worth looking into, though.


On Monday, September 1, 2003, at 08:26 PM, Jeremy Biddle wrote:

rendering to a background surface (perhaps you want to do some additional compositing to the surface before you blit it to the screen) like this would be difficult because there aren't any callback methods that alert you when a frame has been completed. maybe someone has some more info about fine tuned control of an movie.