VideoHelp Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. I have two high bitrate video files in .m2ts format with exactly the same codec, resolution etc.

    How do I join them together into a single m2ts file without any re-encoding and quality loss?
    What is a good freeware program to use for this?
    Quote Quote  
  2. From a Windows Command Prompt:
    Code:
    Copy/b file1.m2ts+file2.m2ts output.m2ts
    With ffmpeg:
    Code:
    ffmpeg.exe -i "concat:file1.m2ts|file2.m2ts" -c copy output.m2ts
    Quote Quote  
  3. Originally Posted by videobruger View Post
    tsMuxeR - join.
    Thanks for the answer.
    However, I get audio sync issues in the output file.

    The first part is perfect, except when 2nd part of the video starts, the audio is immediately out of sync. It's early by about 2 seconds.
    And the audio isn't out of sync in the original 2nd part videofile.

    How can this be fixed?
    Quote Quote  
  4. Every single aspect of the files has to match up exactly for it to turn out correctly. What I do is I don't bother joining I just name the files in such a fashion that the player will play them one after the other. It takes a second or two to switch over but it really isn't that bad.

    If they are files you recorded most likely they should match up. I use VideoRedo to join files but that is a program you have to buy.

    Perhaps do a MediaInfo specs look at each file side by side and see if there is any slight differences.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!