MODULE FOR I, P FRAME

Tim Roberts timr at probo.com
Sat Feb 20 18:54:55 EST 2010


DANNY <danijel.gvero at gmail.com> wrote:
>
>If I want to have a MPEG-4/10 coded video and stream it through the
>network and than have the same video on the client side, what should I
>use and of course I don't want to have raw MPEG data, because than I
>couldn't extract the frames to manipulate them.

If you want to manipulate the frames (as bitmaps), then you have little
choice but to decode the MPEG as you receive it, manipulate the bitmaps,
and re-encode it back to MPEG.

That's going to take a fair amount of time...
-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list