Merge subtitles with mkv
Some streaming servers/devices don't support external subtitles (Ex: DLNA(/minidlna)).
Merging subtitles with mkv files solves this problem, also for downloading to other devices without the need of subtitles don't get downloaded.
merging with mkvmerge:
mkvmerge -o movie.mkv movie.mp4 --language 0:eng english.srt --language 0:fre french.srt
https://mkvtoolnix.download/doc/mkvmerge.html#mkvmerge.examples
Comments: 2
Oldest
•
Newest
•
Most likes
•
Fewest likes
-
12 Sep, '25
MethHighlighted comment
I couldnt believe Bazarr didnt do this (or have option to) when it detects if the MKV already has a subtitle before it goes searching, just seems logical to be able to put the downloaded file into that MKV -
16 Apr, '24
GGThis would be amazing to have.
There's plenty of media players that either have very spotty integration with external subtitles, or don't support them outright.
Also for Jellyfin users, when downloading media external subtitles aren't downloaded (and there's no way to get them).
I've also noticed that de-sync when using external subtitles is more likely (server is slow/connecting is slow, etc)