Skip to content

Instantly share code, notes, and snippets.

@shehrozeee
Forked from kurlov/mkv embed soft subtitles
Created August 18, 2024 11:08
Show Gist options
  • Save shehrozeee/10a1aeb1f0e698307e914c575c12d05d to your computer and use it in GitHub Desktop.
Save shehrozeee/10a1aeb1f0e698307e914c575c12d05d to your computer and use it in GitHub Desktop.
ffmpeg command to add .srt based subtitles to an .mkv file
ffmpeg -i in.mkv -f srt -i in.srt -map 0:0 -map 0:1 -map 1:0 -c:v copy -c:a copy -c:s srt out.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment