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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to