I have Matroska file with some subtitles already built in. How can I add another subtitles, with proper language setting and encoding?
Tried:
mkvmerge -o output.mkv -S source.mkv new-subtitles.srt
but it looks like it removed all other subtitles. What am I doing wrong?