avisplice
Copyright (c) 2004 Cort Stratton (cort at cortstratton dot org)
Another Fine Product from Your Friends At Dangerware
About
avisplice is a command-line tool for splicing (joining)
together multiple AVI movie files into one long movie. It is
subject to the following limitations:
- There is currently no support for audio. Audio tracks in
the input movies will be ignored.
- The input movies must all have identical resolutions, frame
rates and compression types.
System Requirements
avisplice has been successfully tested on Windows, Linux and
NetBSD. It is written in 100% ANSI C with no external
dependencies (besides the standard libraries), so it should
compile and run pretty much anywhere.
Download avisplice
avisplice is distributed as source code. Pre-built Windows
executables are also available. All project files are available
for download here.
Usage
Basically, avisplice out.avi in.avi [in2.avi ...] does
the trick. Run with the --help flag for more options.