MODULE FOR I, P FRAME

Tim Roberts timr at probo.com
Thu Feb 18 03:07:02 EST 2010


DANNY <danijel.gvero at 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, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list