|
|||||||||
|
Thread Tools | Search this Thread |
January 4th, 2008, 11:47 PM | #1 |
New Boot
Join Date: Apr 2007
Location: New Castle, DE
Posts: 9
|
Is there a free software that can join two .m2t files together?(opposite of HDVSplit)
I have two *.m2t files that I want to join together, without any encoding/rendering. I'd like to have one single m2t file. (the opposite of HDVSplit, which splits one m2t file into several smaller ones)
Thanks for your help! |
January 4th, 2008, 11:50 PM | #2 |
Inner Circle
Join Date: May 2007
Location: Los Angeles, USA
Posts: 2,114
|
I use Womble MPEG editor. It's not free tho.
|
January 5th, 2008, 11:29 AM | #3 |
Regular Crew
Join Date: Aug 2004
Location: nj, usa
Posts: 65
|
if u work in ms windows, then open MS DOS window and from command line enter:
C> copy/b m2t_file_name1 m2t_file_name2 resultant_m2t_file_name that's it. |
January 5th, 2008, 03:50 PM | #4 |
New Boot
Join Date: Apr 2007
Location: New Castle, DE
Posts: 9
|
|
January 5th, 2008, 03:51 PM | #5 | |
New Boot
Join Date: Apr 2007
Location: New Castle, DE
Posts: 9
|
Quote:
from command line... Works perfectly when the resulting M2T is played in Playstation 3! :) |
|
May 16th, 2012, 11:36 AM | #6 | |
Trustee
Join Date: Nov 2006
Location: Honolulu, HI
Posts: 1,435
|
Re: Is there a free software that can join two .m2t files together?(opposite of HDVSp
Quote:
1. Do these 2 m2t files need to reside in the root of C drive before joining them? 2. Suppose my first m2t file is 001.m2t and my second is 002.m2t, and I want the result to be 003.m2t. Using the above scenario, what EXACTLY do I put on the command line? |
|
May 16th, 2012, 12:54 PM | #7 |
Inner Circle
Join Date: May 2007
Location: Los Angeles, USA
Posts: 2,114
|
Re: Is there a free software that can join two .m2t files together?(opposite of HDVSp
I thought there is a + sign in the syntax. for example.
COPY /B 1.m2t + 2.m2t NEW.m2t To make it easier, you can copy both m2t files to C:\ root. Then hit Windows-R and type "CMD" then enter. It opens a Command Prompt windows. type "cd\" to switch to the room directory. Then enter the copy command.
__________________
LA Color Pros Blog RODE Authorized Reseller . Comer LED Camera Lights . TakyBox HTML5 Menu Generator |
May 17th, 2012, 10:01 AM | #8 |
Trustee
Join Date: Nov 2006
Location: Honolulu, HI
Posts: 1,435
|
Re: Is there a free software that can join two .m2t files together?(opposite of HDVSp
Thanks for your reply Taky! I'll try that.
|
May 17th, 2012, 09:48 PM | #9 |
Trustee
Join Date: Nov 2006
Location: Honolulu, HI
Posts: 1,435
|
Re: Is there a free software that can join two .m2t files together?(opposite of HDVSp
Ok, I finally tried it and this worked in joining my files:
C:\>copy/b test001.m2t+test002.m2t result.m2t |
May 17th, 2012, 11:09 PM | #10 |
Inner Circle
Join Date: May 2007
Location: Los Angeles, USA
Posts: 2,114
|
Re: Is there a free software that can join two .m2t files together?(opposite of HDVSp
Or you can just do this
copy/b test001.m2t+test002.m2t Then the test001.m2t will be overwritten with the joined content.
__________________
LA Color Pros Blog RODE Authorized Reseller . Comer LED Camera Lights . TakyBox HTML5 Menu Generator |
May 18th, 2012, 09:58 AM | #11 | |
Trustee
Join Date: Nov 2006
Location: Honolulu, HI
Posts: 1,435
|
Re: Is there a free software that can join two .m2t files together?(opposite of HDVSp
Quote:
C:\>copy/b test001.m2t+test002.m2t which should have resulted in 001 being a new joined with 002. When I play it back, the file size is double of what the original was, but the length of the clip was the original 001 file. What am I doing wrong? |
|
May 18th, 2012, 10:04 AM | #12 |
Trustee
Join Date: Nov 2006
Location: Honolulu, HI
Posts: 1,435
|
Re: Is there a free software that can join two .m2t files together?(opposite of HDVSp
I also tried this file joiner, but the result was the same.... resulting file size looks correct because it's the sum of both files put together, but the length of the result is only 1 clip.
TSSplitter - Official Website |
May 18th, 2012, 11:36 AM | #13 |
Inner Circle
Join Date: Aug 2006
Location: Efland NC, USA
Posts: 2,322
|
Re: Is there a free software that can join two .m2t files together?(opposite of HDVSp
That is because the files were joined but the metadata inside the files wasn't updated.
You can not join m2t files that way.
__________________
http://www.LandYachtMedia.com |
May 18th, 2012, 11:42 AM | #14 |
Inner Circle
Join Date: Aug 2006
Location: Efland NC, USA
Posts: 2,322
|
Re: Is there a free software that can join two .m2t files together?(opposite of HDVSp
You can join your files together if you rewrap them into a mpg wrapper then use the "copy" trick on the mpg files.
This does not re-encode them or reduce their quality. It only changes their container. Once you have the file put together you can change the container back to m2t. A program called ffmpeg will change containers for you and its free.
__________________
http://www.LandYachtMedia.com |
May 18th, 2012, 11:09 PM | #15 |
Trustee
Join Date: Nov 2006
Location: Honolulu, HI
Posts: 1,435
|
Re: Is there a free software that can join two .m2t files together?(opposite of HDVSp
Thanks Chris, I'll try that when I get home!
|
| ||||||
|
|