View Full Version : [ubuntu] Making two AVIs into one?
jpeery
December 18th, 2008, 12:53 PM
How can I combine two AVI files into one?
Thanks,
JP
unutbu
December 18th, 2008, 12:59 PM
sudo apt-get install avidemux
File>Open the first avi, File>Append the second.
taurus
December 18th, 2008, 01:01 PM
Or use avimerge.
sudo apt-get update
sudo apt-get install transcode
avimerge -o new_file.avi -i first_file.avi second_file.avi
jpeery
December 18th, 2008, 01:20 PM
avimerge, that did the trick, thanks!
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.