View Full Version : Merging M2ts?
a1677c
19th July 2007, 17:06
Is there anyway to merge m2ts files? While I use Tsremux regularly & it works great there is unfortunately no way to merge the files together.
Thanks In Advance,
WF
homerpez
21st July 2007, 03:55
Have you tried the DOS method?
copy 01.m2ts + 02.m2ts merged.m2ts /b
explained:
copy (first m2ts file) + (second m2ts file) (new merged file) (/b means "binary")
I can't remember, it's been a while since I tried this, but I think you may have to run the merged m2ts through TSRemux again to fix the timecode, otherwise I think it works (again... not certain).
Personally, I have been doing re-encodes, so I merge them in AVISynth when I encode. Give that a try though.
a1677c
31st July 2007, 01:07
I don’t believe I have the wherewithal to do what you have explained.
Speediakal
9th August 2007, 16:39
go to the start menu and click on "run" then in the box there, type "cmd" without quotes, then go to the directory its at.
e.g. (source at: C:\bluray\VOLUME_SET_ID\BDMV\STREAM\ you type then in the console:
cd C:\bluray\VOLUME_SET_ID\BDMV\STREAM\
then figure out which m2ts fiels you want to join and type:
copy /b 000001.m2ts + 000002.m2ts + ..... Movie.m2ts
i don't know why you would want to do this as it might screw up the movie....?
l3pyr
6th September 2007, 18:25
A bit easier is to put all the streams in a directory by themselves and simply type:
copy /b *.m2ts "Movie Name.m2ts"
It will merge them all going in alphabetical order.
SergF
12th September 2007, 08:15
I use TSsplitter http://www.ffprojects.net/tssplitter/index.htm for *.m2ts files (from Sony AVCHD camcoder) joining
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.