Good stuff for programming geeks
[ start | index | login or register ]
start > TR Joining movies

TR Joining movies

Created by tmoertel. Last edited by tmoertel 1396 days ago. Viewed 2696 times. #5
[diff] [history] [edit] [rdf]
labels
See alsoTom's Bash shell code
attachments

Here's how to concatenate movies using mplayer's mencoder and its "copy" audio and video codecs to pass thru streams untouched:

cat in1.avi in2.avi … > in-merged.avi
mencoder -oac copy -ovc copy -o output.avi in-merged.avi

Source: >>http://www.mplayerhq.hu/DOCS/HTML/en/menc-feat-fix-avi.html

For a shell script that automates this process (and also cleans up the input files), see join-avi-files in Tom's Bash shell code.

2 comments (by pastyr, tmoertel) | post comment
community.moertel.com | Copyright © 2003–07 Moertel Consulting