DANNY <danijel.gv...@gmail.com> wrote: > >Hm, well I see that and now I am thinking of using reference software >for MPEG4/10 which is written in c++ http://iphome.hhi.de/suehring/tml/ >just to use it as a decoder on my client side, save the file in that >format and then play it in my player using pyffmpeg >http://code.google.com/p/pyffmpeg/ and just manipulate frames in that >clip-I think that could be possible....am I right?
After you have passed the video through a decoder, it's no longer in MPEG format at all. It's just a series of bitmaps, so pyffmpeg wouldn't apply. If you want to save the raw MPEG data, you can certainly do that, but such data is often not divided into "frames". -- Tim Roberts, t...@probo.com Providenza & Boekelheide, Inc. -- http://mail.python.org/mailman/listinfo/python-list