manipulating movie files with Python

Mike Driscoll kyosohma at gmail.com
Thu Jul 3 14:37:52 EDT 2008


On Jul 3, 12:15 pm, Tim Grove <tim_gr... at sil.org> wrote:
> I would like to write a python script which could take a movie file name
> (avi, mov, mpg) along with a start and stop time as parameters, and
> return to me a  new movie file just containing that section of the
> original which I'm interested in. Is there a Python library which could
> already perform such magic? Thanks for any suggestions.
>
> Best regards,
> Tim

You might check these out:

http://pymedia.org/
http://www.unixuser.org/~euske/vnc2swf/pyvnc2swf.html

Mike



More information about the Python-list mailing list