Browsing articles tagged with "join Archives - AgniPulse"
Jan
13
2009

Join or merge many avi files with AviMerge in Ubuntu

If you have a movie which is in many parts,you can join them to make one file using the avimerge command in Ubuntu. You need to install the transcode package to use the avimerge tool to Install Transcode <strong>sudo apt-get install transcode </strong> at Terminal To merge avi files use the avimerge command. <strong>avimerge -i part1.avi part2.avi -o mergedavifile.avi</strong> The above command merges part1.avi and part2.avi into a single file called mergedavifile.avi The following video […]