python video editing libs

vedrandekovic at v-programs.com vedrandekovic at v-programs.com
Sat Aug 18 09:15:22 EDT 2007


On 18 kol, 05:01, math2life <QJing... at gmail.com> wrote:
> On Aug 17, 5:55 pm, DavidM <nos... at nowhere.com> wrote:
>
>
>
> > Hi,
>
> > Does anyone know of any python or python-wrapped libs for video editing?
>
> > My requirements:
> >  - open video files in any of the popular containers (avi, mov, ogg, flv
> >    etc) and all the popular codecs (mpeg3, theora, mpeg2 etc) and audio
> >    codecs (raw, wav, mp3 etc)
> >  - get an abstract video clip object on opening such a file
> >  - query the clip object to determine stuff like length, framerate, size
> >    etc
> >  - iterate through all the frames, and get a frame object with each frame
> >  - with a frame object, be able to access individual pixels, add graphic
> >    images (eg, via PIL), export frame to graphics file (eg jpeg)
> >  - with video clip object, be able to change framerate, insert/remove
> >    frames etc, and render out with desired a-v codecs and container
> >  - good well-documented API, preferably some usage examples
>
> > Does anything like this exist?
>
> > Cheers
> > David
>
> Python OpenCV wrapper will meet  most of your need, but I am not
> sure ,
> plz check it out.

Hi,

I'am not sure, try pymedia

Regards,
Vedran




More information about the Python-list mailing list