Moertel Consulting's Community Projects
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 also
Tom'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
Help
For hints about formatting text see
snipsnap-help
.
Popular topics:
Blog
Code
RPMs
Talks
Tech Recipes
Writings
A Coder's Guide To Coffee
Programming Fun Challenge
IMDB Movie-Rating Decoder Ring
My new Radio VCR
Asterisk PBX
PXSL
Projects: (3)
LectroTest
– automated Perl testing
PXSL
– sensible XML shorthand
Cabal2rpm
– Haskell pkgs to RPM
Logged in Users: (2)
Googlebot
Slurp
… and 55 Guests.
Recently Changed:
IMDB Movie-Rating Decoder Ring
PXSL/FAQs
PXSL/Changelog
TR Postscript to PNG
Snipsnap-copyright
Tom's Perl code
Cabal2rpm
LectroTest
Talks/Fun with Numbers – R and Perl (and IMDB data)
Talks
Powered by
SnipSnap
0.5.1a
community.moertel.com
| Copyright © 2003–07
Moertel Consulting