Could it be the missing space between "Language" and "Forced,"
Sebastian001
What you mean is only the offer listed in the selection dialog ..
.. this is different from the name used for remuxing.
I already wrote in post #4 that the display for selection has nothing to do
with the Remux command - there is no forced in "title" or track-name. Example:
mkv (mkvtoolnix) | forced set as forced
[code]RemuxMultiAudioSrtMetadataUtil pid 4392 cmd: \" .. mkvmerge.exe\" ..
\".. Sub_00/st_00.srt\" --default-track-flag 0:0 --forced-display-flag 0:1
--language 0:deu --track-name 0:\"Deutsch\"
\".. Sub_01/st_01.srt\" --global-tags \".. Video_00/tag.xml\"[/code]
mkv (ffmpeg) | forced not set as forced
[code]RemuxMultiAudioSrtMetadataUtil pid 4392 cmd: \" .. ffmpeg.exe\" ..
-i \".. Sub_00/st_00.srt\" -i \" .. Sub_01/st_01.srt\" -ignore_unknown ..
-map 3-c:s srt -map 4 -c:s srt
-metadata:s:s:0 language=deu -metadata:s:s:1 language=deu
-metadata:s:s:0 title=\"Deutsch\" -metadata:s:s:1 title=\"Deutsch\"[/code]