What is the best software to split and join avi files without losing quality (lossless) in Windows?

link|improve this question

76% accept rate
4  
You might want to specify what platform you are after. – Bruce McLeod Jul 20 '09 at 8:23
2  
Dupe: superuser.com/questions/9048/… – random Nov 5 '09 at 15:17
feedback

9 Answers

up vote 18 down vote accepted

On Windows, VirtualDub should be able to do this. Check out this guide for in-depth guide on how to split videos.

The creatively named Easy Video Splitter can apparently do the job easier, but I have never used it so i would not know first hand.

link|improve this answer
feedback

On Windows, you can use VirtualDub. On Linux, there is a very similar program called AviDemux2

link|improve this answer
1  
And VirtualDub is an opensource product as well. – Chathuranga Chandrasekara Jul 20 '09 at 9:23
appears that AviDemux works on Windows, as well... – user39364 Nov 30 '10 at 1:56
feedback

Without a doubt, VirtualDub is the way to go.

  • Open the first AVi in VirtualDub
  • Select "Direct Stream Copy" for both video and audio
  • In the file menu, choose Append AVI Segment (or similarly named)
  • File -> Save As and give your avi a new name

Bingo! I have done this many times. The only gotcha is to be aware that the dimensions, codecs, bitrates, etc. all need to be the same or your new video file will behave, lets say, strangely. Or not at all.

link|improve this answer
feedback

What OS?

On linux, you can use mencoder:

mencoder -oac copy -ovc copy -o output.avi input1.avi input2.avi
link|improve this answer
I'm using Windows Vista. – software Nov 5 '09 at 15:15
Then I would use VLC - videolan.org/vlc – DaveParillo Nov 5 '09 at 15:17
I've been searching this command for ages! – cweiske Jun 28 '11 at 17:39
feedback

For Windows: Virtualdub. No contest.

http://www.virtualdub.org/

Can do lossless splitting and joining to, which is very fast, by doing no re-enconding (but it can then only split on key-frames, obviously, and both parts joined must use the same encoding).

link|improve this answer
can it do re-encoding for splitting? – user39364 Nov 30 '10 at 4:36
yes, obviously. – Lennart Regebro Dec 11 '10 at 4:17
feedback

You can easily achieve this with the Quicktime player (you might need pro), but a lot of people don't like simply because the UI looks out of place on windows.

link|improve this answer
feedback

Quality after split is problem, because you must reencoded new file. But it depends on what coded used in AVI file.

VirtualDub

  • windows only
link|improve this answer
2  
That is no problem if you use VirtualDub with "Direct stream copy" instead of "Full processing mode" – Daniel Rikowski Jul 20 '09 at 8:41
for me, direct stream copy still gives me between i-frames, but "smart rendering" (if another video codec is selected) gives the right sequence. – user39364 Nov 30 '10 at 4:43
feedback

Avidemux

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.