mkvmerge:ai:53eb2
Commandline mkvmerge.exe select subtitles by language
$ mkvmerge -o output_file.mkv --language 0:eng subtitles_file.srt input_file.mkv
try on your machine
This command will merge the input_file.mkv with the subtitles_file.srt file, selecting only subtitles in English language (eng) and outputting the result to output_file.mkv.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- Commandline mkvmerge.exe select subtitles by language?