Most efficient way to join/split mpeg2 video

the DRIZZLE

Platinum Member
Sep 6, 2007
2,956
1
81
I have a couple hundred hours of mpeg 2 video from a digital camcorder. These were recorded during all day training sessions. The video is mostly split into 2gb files because that is the maximum file size the camcorder can produce before it creates a new file. I need to split and join the videos so that each presentation is its own file. I have tried different software but it all seems to take a very long time. I'm assuming its reencoding the video. Is there a faster way to do this?
 

Rottie

Diamond Member
Feb 10, 2002
4,795
1
81
if you have a faster computer it should re-encoding faster when join two videos together
 

MStele

Senior member
Sep 14, 2009
410
0
0
hmm i use something called vob2mpg. Basically it joins the vob files together into one .mpg without reencoding. Works great for me. Oh, and its free.
 

eiow

Junior Member
Dec 9, 2009
6
0
0
maybe you can try iwisoft free video converter. it works well for me.
 

Gooberlx2

Lifer
May 4, 2001
15,381
6
91
I think you can join like-encoded mpeg files with copy.

If you don't have to split anything, you could put your chosen mpegs into a folder and do:
Code:
copy /b *.mpg newfile.mpg

If they're vob or you need to split files or something, then it'll probably require more effort. Try avidemux and just copy the audio and video streams.
 
Last edited: