Re: manipulating movie files with Python

2008-07-03 Thread Miki
Hello, > 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 > a

Re: manipulating movie files with Python

2008-07-03 Thread Mike Driscoll
On Jul 3, 12:15 pm, Tim Grove <[EMAIL PROTECTED]> 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 interes

Re: manipulating movie files with Python

2008-07-03 Thread defn noob
I would love the same thing. Dont know what you are doing but this might be relevant even if it is not what you are asking for: http://imdbpy.sourceforge.net/ library to take data from imdb. -- http://mail.python.org/mailman/listinfo/python-list

manipulating movie files with Python

2008-07-03 Thread Tim Grove
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