Flash Decoder

Mathieu Prevot mathieu.prevot at gmail.com
Wed May 28 07:40:48 EDT 2008


2008/5/28 Diez B. Roggisch <deets at nospam.web.de>:
> Ankit wrote:
>
>> Hi everyone,i wanted to build a flash decoder using python can
>> somebody tell me which library to use and what steps should i follow
>> to make a flash(video) decoder?By a decoder i mean that i need to
>> display all the pixel values of each frame.Waiting for your replies.
>
> Check out libffmpeg. It should be accessible using python by various means,
> including gstreamer or ctypes.
>
> This is however a rather advanced topic.
>
> Diez

I think you might want make an ffmpeg/libffmpeg python wrap. It could
be really useful, and faster than a pure python decoder. Even for fun.

Cheers
Mathieu



More information about the Python-list mailing list