Joining Xvid Files

I have some Xvid movies that are split into two 700MB files. I was wondering what is the easiest and quickest way to combine them into one 1.4GB file?

VirtualDub is a freeware application for Windows that allows you to merge Xvid files quickly and easily. Here is a good step-by-step guide. It’s the best option I’ve found.
1 Comment(s)
Comments RSS TrackBack Identifier URI
Leave a comment








If they have the same resolution and fps, you can do this:
mencoder -o output.avi -ovc copy -oac copy input1.avi input2.avi
The software is opensource, you can find it here: http://mplayerhq.hu