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

Re: [pygame] How to decode MPEG?



> You can use pymedia to demux/parse the frames, convert them to
> surface/RGB/BMP/PNG and display or do whatever you need( see examples in
> the tar ball ) I believe pygame 1.7 will have Overlay object where you can
> display data directly from pymedia.
>
> http://pymedia.sourceforge.net
> Dmitry/


Thanks!

I poked around the PyMedia web site for only a few minutes, but it
looks like the right answer -- A small stand-alone library (with a
python API) that, amoung other things, decodes MPEG's

I follow most python newsgroups with some care and interest.  I'm not
sure how the existance of PyMedia escaped me, but it did.

Thanks again,
Gary Herron