This tutorial should help you merge two or more AVI files in linux . Incase you wish to join 2 or more avi files then this tutorial is for you . For this you could use an application called avimerge . So here's how you do it :

For this You need to use an application called avimerge. To install avimerge Go To the Terminal(Applications->Accessories->Terminal) and type sudo apt-get install transcode

To merge 2 AVI files type avimerge -o outputfile.avi -i inputfile1.avi inputfile2.avi
To merge 3 AVI files type avimerge -o outputfile.avi -i inputfile1.avi inputfile2.avi inputfile3.avi
I think by these two examples , you should be able to comprehend as to how to do it for 4,5,6 ..... n no of avi files . :-)

NOTE: incase inputfile1.avi and other inputfiles are not present in the current working directories, then you need to provide the full link of the AVI file like /home/prash/inputfile1.avi
Hope this helps, Have fun!!!

0 comments

Post a Comment