VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. Hi! Does anyone know how to split multiple MKV files? I tried mkvmergegui 8.1, but it merges my files into one big mkv file. I've also searched for the solution on google, without any success. I wouldn't split them one by one (I'm talking about 50 files), only if there is no other method to do this. Also, the splitting would be at the exact same timecode in each file.
    Quote Quote  
  2. Member
    Join Date
    Sep 2012
    Location
    Australia
    Search Comp PM
    https://www.bunkus.org/videotools/mkvtoolnix/doc/mkvmerge.html


    for %%g in (*.mkv) do MKVMerge --split timecodes:00:00:00.000 -o "%%~dpng-%03d.mkv" %%g
    Last edited by ndjamena; 15th Jul 2015 at 18:01.
    Quote Quote  
  3. Well... erh... thanks! Although I did it one by one, because I couldn't figure it out what to do with this code, but probably will help someone with a similar problem!
    Quote Quote  
  4. Member
    Join Date
    Sep 2012
    Location
    Australia
    Search Comp PM
    You save it as a .bat file in a directory with the mkv files and then double-click it (in windows at least).

    And you might want to add the directory MKVMerge resides in if it's not in your PATH environment variable.
    Quote Quote  



Similar Threads

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