Re: Flash Decoder

2008-05-28 Thread Max Erickson
"Mathieu Prevot" <[EMAIL PROTECTED]> wrote: > 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

Re: Flash Decoder

2008-05-28 Thread Mathieu Prevot
2008/5/28 ankit anand <[EMAIL PROTECTED]>: > hmm i am more interested in .swf format and more specifically i would like > to have all the pixel values of all the frames can i do that using this > library? Not with ffmpeg. You can check out the code from Gnash [1] or Swfdec [2] or start you swf dec

Re: Flash Decoder

2008-05-28 Thread Mathieu Prevot
2008/5/28 Ankit <[EMAIL PROTECTED]>: > Thanks for replying guys but could you be a little more specific like > in terms of steps i shd follow to make the decoder and also how is > ffmpeg/libffmpeg going to help.. You can start by getting familiar with ffmpeg [1] by playing with it and glance at it

Re: Flash Decoder

2008-05-28 Thread Ankit
Thanks for replying guys but could you be a little more specific like in terms of steps i shd follow to make the decoder and also how is ffmpeg/libffmpeg going to help.. Regards Ankit Anand -- http://mail.python.org/mailman/listinfo/python-list

Re: Flash Decoder

2008-05-28 Thread Mathieu Prevot
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 ne

Re: Flash Decoder

2008-05-28 Thread Diez B. Roggisch
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 rep

Flash Decoder

2008-05-28 Thread Ankit
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. Regards Ankit Anand -- http