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.
2 Comments
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
Hi Cali,
I tried using VirtualDub 1.8.6 to merge two Xvid files but. VirtualDub won’t open the file. The error message was couldn’t locate decompressor for format ‘VXID’ (unknown) VirtualDub requires a Video for Windows(VFW) compatiable codec to decompress video. Directshow codecs, such as those used by Windows Media Player, are not suitable.
Any ideas