I have a divx video of 10 mins. I want to copy two parts from it , minutes 2 to 6 and 8 to 10 and create another video by merging the two. how can I do it using lightweight command line tools. Either on Windows or Linux?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
Perhaps ffmpeg/mencoder (available on either platform). To split:
For example:
To merge:
If your video/audio is out of synchronization, you might need to re-encode them, e.g. with XviD for an AVI container, and MP3 audio:
Change the |
|||||||||
|
|
To split the video there's a hand command line tool called jumptheshark. |
|||
|
|