Join avi files in linux
Join avi files in linux
The easiest way is to use avimerge.
Merge, join two or more avi files
Prerequisites
For all this to work you need the transcode package. So install (or make sure that it is there)
yum install transcode
Instructions
1. Open up a terminal
2. Go to the directory where the files are (this is just to make things simpler)
3. Assuming that the file you want the result to be is named movie.avi, and you have two smaller files you want to merge (in order) named movie1.avi and movie2.avi, enter the following command:
avimerge -o movie.avi -i movie1.avi movie2.avi