• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

(Linux) Merge multiple AVI or MPG's?

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.
 
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.
 
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
 
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.
 
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.
 
Back
Top