🔗Add subtitles to a mkv file:

ffmpeg -i input.mkv -f srt -i input.srt  -map 0:0 -map 0:1 -map 1:0 -c:v copy -c:a copy -c:s srt  output.mkv