VideoHelp Forum
+ Reply to Thread
Results 1 to 14 of 14
Thread
  1. Hi Everyone

    Like the title, I want only to copy all the .m2ts contains to .mkv without re-encoding (remux).

    I tried this command, but it didn't work.

    ffmpeg -i "input.m2ts" -c copy "output.mkv"

    Thank you !
    Quote Quote  
  2. Member netmask56's Avatar
    Join Date
    Sep 2005
    Location
    Sydney, Australia
    Search Comp PM
    Alternatively you could just drag the m2ts file into MKVToolNix and hit remux.
    SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851
    Quote Quote  
  3. Originally Posted by aaajan View Post
    Hi Everyone

    Like the title, I want only to copy all the .m2ts contains to .mkv without re-encoding (remux).

    I tried this command, but it didn't work.

    ffmpeg -i "input.m2ts" -c copy "output.mkv"

    Thank you !
    What was the error message?

    Try this
    Code:
    ffmpeg -i "input.m2ts" -c:v copy -c:a copy "output.mkv"
    pause
    and report the error message from the console.
    Quote Quote  
  4. Originally Posted by netmask56 View Post
    Alternatively you could just drag the m2ts file into MKVToolNix and hit remux.
    OK I opened the software, I added the file, but where is the remux option on the software ?
    Last edited by aaajan; 25th Aug 2021 at 17:04.
    Quote Quote  
  5. Originally Posted by Sharc View Post
    Originally Posted by aaajan View Post
    Hi Everyone

    Like the title, I want only to copy all the .m2ts contains to .mkv without re-encoding (remux).

    I tried this command, but it didn't work.

    ffmpeg -i "input.m2ts" -c copy "output.mkv"

    Thank you !
    What was the error message?

    Try this
    Code:
    ffmpeg -i "input.m2ts" -c:v copy -c:a copy "output.mkv"
    pause
    and report the error message from the console.
    my command and your command give the same error message.

    Image
    [Attachment 60439 - Click to enlarge]
    Quote Quote  
  6. Originally Posted by davexnet View Post
    OK. Thank you for source. That means ffmpeg can't handle it...
    Quote Quote  
  7. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Originally Posted by aaajan View Post
    Originally Posted by davexnet View Post
    OK. Thank you for source. That means ffmpeg can't handle it...
    Post #4 has an alternate command you can try
    Quote Quote  
  8. Member netmask56's Avatar
    Join Date
    Sep 2005
    Location
    Sydney, Australia
    Search Comp PM
    Originally Posted by aaajan View Post
    Originally Posted by netmask56 View Post
    Alternatively you could just drag the m2ts file into MKVToolNix and hit remux.
    OK I opened the software, I added the file, but where is the remux option on the software ?
    Press the big middle button at the bottom of the page called "Start Multiplexing" Then once you have started the process go to the left of the screen and click on "Job Output" to see the progress.
    SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851
    Quote Quote  
  9. Press the big middle button at the bottom of the page called "Start Multiplexing"
    If it is not visible drag the corner of the window.
    Quote Quote  
  10. Originally Posted by aaajan View Post
    Originally Posted by netmask56 View Post
    Alternatively you could just drag the m2ts file into MKVToolNix and hit remux.
    OK I opened the software, I added the file, but where is the remux option on the software ?
    start muxing button depen on software version you are using

    Image
    [Attachment 60446 - Click to enlarge]


    thee start muxing button lest bottom side
    Quote Quote  
  11. Try this:
    ffmpeg -i "input.m2ts" -c:v copy -c:a pcm_s24le "output.mkv"
    Quote Quote  
  12. Member netmask56's Avatar
    Join Date
    Sep 2005
    Location
    Sydney, Australia
    Search Comp PM
    Originally Posted by hasmevask View Post
    Originally Posted by aaajan View Post
    Originally Posted by netmask56 View Post
    Alternatively you could just drag the m2ts file into MKVToolNix and hit remux.
    OK I opened the software, I added the file, but where is the remux option on the software ?
    start muxing button depen on software version you are using

    Image
    [Attachment 60446 - Click to enlarge]


    thee start muxing button lest bottom side
    You have a very old version there - update!

    Image
    [Attachment 60460 - Click to enlarge]
    SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851
    Quote Quote  
  13. Thank you for all your suggestions. netmask56's suggestion, MKVToolNix worked well with me.
    Quote Quote  



Similar Threads

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