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

[pygame] Anyone using PyMedia?



I'm trying to use PyMedia. All I need is to process a sequence of video frames as strings in 24 or 32 bit (RGB or RGBX) format. It was pretty easy to do with pygame.movie, but my program needs to run on windows, and pygame.movie doesn't work on windows any more.

Unfortunately, PyMedia is not nearly as easy as pygame.movie to use. Has anyone had any luck with it?

- Ken