hi
i have dozens of (xx.m2v , xx.mp2) files from .ts videos that i demuxed using ProjectX.
now i want to reverse that , i want them back each set to 1 .mpg or .ts file.
ImagoMPEG-Muxer is good and is free , is there another free tool to multiplex m2v+mp2 ?
the reason is ImagoMPEG sometimes fails to do its job (error message in processing with a result of 1 .mpg file with no audio in the second half of the film.)
+ Reply to Thread
Results 1 to 4 of 4
-
-
+ Muxman + Cuttermaran through Mplex but it preserves end time code for each video file, and if it is not corrected it may cause a slight pause on some players.
-
This is the command line that DVDAuthorGUI uses to mux with ffmpeg:
ffmpeg.exe -fflags genpts -i title.m2v -i title.mp2 -vcodec copy -acodec copy -target ntsc-dvd title1.mpg
and mplex:
mplex.exe -f 8 -o title1.mpg title1.m2v title1.ac3
Both are command line utilities.
Similar Threads
-
How to mux M2V and MP2 ?
By aussie74 in forum Authoring (DVD)Replies: 5Last Post: 19th Mar 2012, 07:17 -
Extract .m2v and .mp2 files
By geohei in forum Authoring (DVD)Replies: 3Last Post: 15th Sep 2010, 12:42 -
Freeware to mux mpeg-2 (m2v mp2) (NOT TMPGEnc)
By 2397to2997 in forum Video ConversionReplies: 12Last Post: 18th Aug 2010, 15:42 -
Need something that will multiplex .m2v, .ac3 AND .dat into one .vob?
By Information in forum Newbie / General discussionsReplies: 6Last Post: 20th May 2009, 00:06 -
M2V + 2 WAV files to VIDEO_TS with 2 PCM soundtracks (not mp2)
By cleantone in forum MacReplies: 14Last Post: 28th Aug 2008, 15:10