Bharat Balegere 's Unique Tech Tips

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 will make things clear.

In this video I am joining the parts of the movie 1920.

 

Like This Post ?

RSS Digg Twitter StumbleUpon Delicious Technorati Reddit Facebook Mixx Diigo Google Yahoo

One Comment

Leave a Comment


Name (required)

Mail (will not be published) (required)

Website

Comment