Flash Decoder

Diez B. Roggisch deets at nospam.web.de
Wed May 28 06:53:00 EDT 2008


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



More information about the Python-list mailing list