VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. Hi all!

    There is an option to extract only forced subtitles using a windows script and mkvmerge.exe?

    Now i use this script

    for %%A IN (*.mkv) do (
    "C:/Program Files/mkvtoolnix\mkvmerge.exe" -o "remux-%%~nA.mkv" -a ita "%%~A"
    )

    that extract only audio track with Italian language, but I can't find the way to extract only forced subtitles.

    Thanks
    Quote Quote  
  2. It doesn't have a feature to filter out by forced-track flag. You would have to use mkvmerge --identify-verbose, parse that in your script/app to search for the forced-track flag and derive the TrackIDs.
    Quote Quote  



Similar Threads

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