VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. anyone got a program or a script that will batch remux subtitles of the same name as the mkv file and remove the one currently in it?

    the only program i've found that does it is called cenko, but it also removes all attachments which is annoying.
    Quote Quote  
  2. mkvtoolnix does this. But you have to add the files to the queue one by one which can take a while. So open dd.h264, dd.aac and dd.srt and then press a button to add to queue and then rinse and repeat
    Quote Quote  
  3. i know that, but if i have to do it individually like that then its pointless.
    Quote Quote  
  4. found a simple script that will do what i need if anyone else comes looking later

    Code:
    for %%A IN (*.mkv) do ( "C:\Program Files\MKVToolNix\mkvmerge.exe" -S -o "output\%%~nxA" "%%~A" --forced-track "0:yes" --default-track "0:yes" --track-name "0:English" --language "0:eng" "%%~nA.ass" )
    removes all subtitles currently in the mkv, adds the subtitle with same name to the mkv and created a folder called output to put the new mkv.
    Quote Quote  
  5. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    THanks for posting the solution!
    Quote Quote  



Similar Threads

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