I have been looking for a software to merge my mts files without necessarily converting them but I haven't yet been successful.
(as I have recorded movies on my set top box, it has given me two or three separated mts files (.mts & .mts1 & so on) for a single movie then I need to merge them)
I have used the followings:
Aiseesoft.MTS.Converter.6.3.36.15568
Oposoft_Video_Joiner_7.2
Aone.Ultra.Video.Joiner.v6.4
lehmann video tools
Leapic video joiner
and a couple of others, but all of them need to convert my final file (which I do not desire)
The other problem is that when I use the above mentioned softwares for merging and conversion my output has no sound (it happens not in all cases)
+ Reply to Thread
Results 1 to 24 of 24
-
-
FFmpeg's concat function should be able to do that with or without recode. My GUI for FFmpeg named FFQueue has a merge tool:
http://ffqueue.bruchhaus.dk/Documentation.aspx#concat
See the description under "Merge multiple sources" and use the feature "Perform simple concatenation".
P.S: If you MTS contains subtitles and/ or video text, FFmpeg will most likely not work.I'm the developer behind FFQueue. My posts might reflect this! ;-) -
-
The output plays properly in some software --Premiere Pro CC 2015, ffmpeg, not so well in others --Avid, VirtualDub, MPC-HC ,TMPGenc VMW5.
-
The results of smrpix are correct, some play others may have problems joined with the binary method. My results were:
Potplayer Plays Ok WITH subtitles
VLC plays ok WITH subtitle
FFMpeg plays ok but WITHOUT subtitles
GOM Plays ok but WITHOUT subtitles
Vitualdub Plays ok but WITHOUT subtitles
WMP plays ok but WITHOUT subtitles
All the above installed players seem to play the joined video fine but some do not show subtitles even though they are shown in the joined video with MediaInfo, however they don't seem to show subtitles from the unjoined videos with (PGS) subtitles either. -
I've tried to join MTS files with MPEGStreamclip. Just drag and drop the all the files together onto the screen and then export. It's free to download here:
http://www.squared5.com/ (link is external) -
Dear All,
So much thanks for all your suggestions.
I tried Video to Video and that is fabulous (in 99% because I still have problems with some of my video files and cannot merge them)
I tried VideoReDo TV Suite, but MTS files are not supported!!!
The very big confusion part is FFMPEG! I DON"T KNOW HOW TO USE IT!
I downloadedqueu it but cannot use it, does it have the same interface as other Converters???
It has made me so confused!
AND I have NO IDEA about FFQueue and MPEG STREAMCLIP (the second one seems not to work) and other ways that are mentioned in this thread (such as Budman1's suggestion).
I still have some files that cannot be merged, I try Video to Video the conversion finishes but the outcome is not complete, some parts are missing! -
Video to video converter is perfect tool to merge MTS files without reencoding, however you must learn to use the merge function. Tools menu ==> Join video files. As output format, you must select the direct-stream-copy option.
-
FFmpeg is a command line utility, and FFQueue is a GUI (Graphical User Interface) for FFmpeg. If you want to give FFmpeg a chance and you do not know how to use it, try to let FFQueue help you use FFmpeg. You just need to unpack both, start FFQueue and set the path to FFmpeg in the options - then you are ready. In FFQueue you must use the Tool "Merge multiple sources into one", add you MTS files (you can drag & drop to the list), arrange them correctly, tick "Perform simple concatenation (remux content)" and save the job. Click "Start" and the remux should begin - if possible. Good luck!
I'm the developer behind FFQueue. My posts might reflect this! ;-) -
-
I'm the developer behind FFQueue. My posts might reflect this! ;-)
-
This is the error, and the status is FAILED
[Attachment 34679 - Click to enlarge] -
Nobody suggested trying MKVMergeGUI yet? Assuming you don't mind if the appended files are remuxed as MKV. Nothing will be re-encoded.
Video To Video Converter generally uses ffmpeg to do the appending so if FFQueue is failing too, maybe there's something preventing them from being joined (different type of audio or video etc). Video To Video Converter also has a log file. -
-
I'm the developer behind FFQueue. My posts might reflect this! ;-)
-
-
You got that one wrong.. In the "Destination" group you must specify an output "File name" (the file where the sources are concatenated to). You should make sure that the file name specified uses the extension mkv (by default mp4 is applied by ffq). The file name could be something like "C:\>MyVids\MergedVideo.mkv".
I'm the developer behind FFQueue. My posts might reflect this! ;-) -
There's a lot of factors, but given you have some files that no program can join it'd seem to indicate they're not joinable. MKVMergeGUI usually offers some sort of explanation when it fails and I don't use ffmpeg enough myself to know for sure, but it seems likely it's error message is indicating the video streams don't match.Or maybe it's something simple like one m2ts file has 5.1ch audio while the next has 2ch. I'm pretty sure that can happen if the audio switches between mult-channel and stereo during commercial breaks etc, and it might cause appending issues.
The "no sound problem" could be a player not supporting a particular codec in a particular container or becoming confused over the number of channels. Anything's possible.
You probably should open a few files that won't append with MediaInfo, select text or html view, copy all the details and paste them here. That might help to work out what's going on.
You could also try demuxing (extracting) the video and audio streams from the two files you wish to join with tsmuxer, then append the two video streams together (with tsmuxer or MKVMergeGUI or VTVC etc), see if that plays okay, then do the same for the audio streams. It might give you some insight into what the problem is. Or try remuxing "part1.m2ts" on it's own, then remux "part2.m2ts" on it's own (either as m2ts files or something else) while ensuring you only keep the desired video and audio tracks, then try appending the newly created files. -
-
Similar Threads
-
HD video in .mts format. How would i merge multiple files of this type?
By snafubaby in forum Newbie / General discussionsReplies: 3Last Post: 2nd Mar 2015, 04:28 -
How to merge multiple .mts files (canon HF) into one single .mts file
By frmsuv2van in forum Video ConversionReplies: 15Last Post: 5th Sep 2014, 21:21 -
Not able to merge recovered MTS files
By sethrohit in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 1Last Post: 30th Aug 2013, 11:25 -
Avidemux & Conversion Issues with Sony MTS Format
By callmebc in forum Video ConversionReplies: 24Last Post: 11th Mar 2012, 12:42 -
Merge HD MTS (AVCHD) files
By foxnews in forum Video ConversionReplies: 9Last Post: 28th Jun 2011, 08:18