manipulating movie files with Python

T

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 such magic? Thanks for any suggestions.

Best regards,
Tim
 
M

Mike Driscoll

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
 
M

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
already perform such magic? Thanks for any suggestions.
I think you'll find ffmpeg the right tool for the job.

HTH,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top