PDA

View Full Version : M2TS Merge???


mrazzido
14th March 2007, 15:20
HEy peoples!

is there a programm outside to merge m2ts file?

on bluray the movie is splitted in 2 m2ts files .

i need this in one file.


i try Elecard XMuxer Pro .

i demux the movie and audio.

but there is no change to merge all the files to one movie :-(

any solution outside ^^

protovision
16th March 2007, 18:11
using dos "copy /b file1 + file2 outfile /b" might work, since the m2ts is a transport stream, like normal .ts.

I might have the params wrong, type "copy /?" in a dos window. Don't forget the /B for binary copying.

p.