(Linux) Merge multiple AVI or MPG's?

Jun 4, 2005
19,723
1
0
I've got about, 10+ avi's that I'd like to merge before converting to MPG. Is there a relatively easy way to do this?
 

Mloot

Diamond Member
Aug 24, 2002
3,038
25
91
I didn't find it real easy doing it myself, but you can use a freeware program called VirtualDub to do this. I've used it a few times to take a single TV show recorded from my TV card to break it up after ripping out all the commercials, and then rejoining them back up to make a shorter, commercial-free program.
 

Mloot

Diamond Member
Aug 24, 2002
3,038
25
91
I found this page somewhat hard to follow (at least for me, Virtualdub had something of a learning curve), but here is a link that gives you instructions on using some of Virtualdub's many functions.
 

jfall

Diamond Member
Oct 31, 2000
5,975
2
0
You may all ready have avimerge -- check and see. If so, you'd just do this:

avimerge -o OUTPUT.avi -i INPUT_1.avi INPUT_2.avi
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
And you had better hope that they're all the same codecs, bitrates, etc if you want the resulting AVIs to be anything close to usable.
 
Jun 4, 2005
19,723
1
0
Originally posted by: Nothinman
And you had better hope that they're all the same codecs, bitrates, etc if you want the resulting AVIs to be anything close to usable.

They certainly are. =]

JFall, I'll try that. Thanks.