2008/5/28 Diez B. Roggisch <[EMAIL PROTECTED]>: > 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 -- http://mail.python.org/mailman/listinfo/python-list