What's the best tool for joining elementary MPEG-2 video streams together?
ie. files with extension M2V which contain no audio streams at all. TMPGEnc won't accept them as input in it's Merge & Cut function.
Thanks.
+ Reply to Thread
Results 1 to 7 of 7
-
-
AviSynth cannot and will not deal directly with MPEG-2 video streams without lengthy re-encoding. Therefore it's not an option for doing MPEG-2 editing unless you have 10 to 20 hours to spare to let AviSynth open the MPEG-2 files, convert 'em to AVIs, do the edits on the AVIs, then re-encode into MPEG-2s.
Only a handful of apps allow direct editing of MPEG-2 streams without massively time-consuming re-encoding:
TMPGenc --- useful only for additive edits. Cut edits require hugely time-consuming re-encodes. It works well for additive edits, though, and I use it for this purpose all the time. WARNING: Only works if the MPEG-2 streams you intend to edit together are absolutely identical, viz., produced by the same MPEG-2 encoder with the same settings. You *cannot* (for example) additively edit together an MPEG-2 stream encoded by, say, MainConcept and one encoded by TMPGenc.
M2EditPro -- Expensive but works very very well. One important caveat: It massively increases the size of the output MPEG-2 stream after the edit because of transcoding. Size roughly doubles. However, this is not much of an issue if you use ReJig, since M2Edit Pro doesn't introduce any noticeable video artifacts. You can do just about anything with M2Edit Pro: additive edits, splices, cut edits, you name it. Very fast. Combined with ReJig, an excellent tool for direclty editing MPEG-2 streams.
Womble MPEG VCR -- Inexpensive and works incredibly fast. This may be the perfect MPEG-2 editing tool. Not quite as many editing features as M2 Edit Pro, but Womble does *not* change the size of the edited video, nor does it introduce noticeable video artifacts (provided you check the box under OPTIONS that says QUALITY instead of speed).
Adobe Premiere 6.5 -- Not recommended, since you must re-encode everything with the integrated Mainconcept encoder. Depending on the edits, it can take many hours to output a simple 15-minute video using Premiere. However, the integrated Mainconcept encoder is superb, nearly as good as TMPGenc or CCE. -
AviSynth cannot and will not deal directly with MPEG-2 video streams without lengthy re-encoding. Therefore it's not an option for doing MPEG-2 editing unless you have 10 to 20 hours to spare to let AviSynth open the MPEG-2 files, convert 'em to AVIs, do the edits on the AVIs, then re-encode into MPEG-2s.
Only a handful of apps allow direct editing of MPEG-2 streams without massively time-consuming re-encoding:
Code:LoadPlugin("C:\Program Files\AVSGEN\bin\MPEG2DEC.dll") LoadPlugin("C:\Program Files\AVSGEN\bin\MPEGDecoder.dll") MPEGSource("H:\test2.m2v",-2)+MPEGSource("H:\test1.m2v",-2)
Hello. -
Womble apps are the way to go to cut/merge mpeg2 video and/or audio files.
Forget Avisynth for cuting/merging, since it doesn't allow for direct mpeg2 editing. (i.e. what takes 5 min with Womble without quality degradation, will take 5 hours with Avisynth + mpeg2 encoder with quality degradation) -
To be honest, I've tried every single joining type tool on this website now (plus a couple of others that aren't here which I had already) to join these Bruce Springsteen videos together and the only thing that is working correctly is the Merge function in DVtool.
I am using DVtool to do the join of the M2V files and then doing the multiplexing in Womble. So far, this seems to be working.
Similar Threads
-
3 movies, 6 elementary streams, 1 DVD
By Pholder in forum Authoring (DVD)Replies: 1Last Post: 5th Aug 2010, 08:51 -
Multiplexer for elementary streams for a BD-R / AVCHD
By BobaFett77 in forum Authoring (Blu-ray)Replies: 4Last Post: 29th Jun 2010, 16:59 -
demux a .mp4 to elementary streams
By halsboss in forum Video ConversionReplies: 4Last Post: 28th Nov 2009, 16:38 -
How do you join elementary streams?
By rayden54 in forum EditingReplies: 0Last Post: 5th Jan 2008, 20:43 -
From DVD VOBs to proper elementary streams
By gabier in forum Video ConversionReplies: 9Last Post: 28th Nov 2007, 21:48