Skip to content

Instantly share code, notes, and snippets.

@kurlov
Created December 16, 2017 23:41
Show Gist options
  • Select an option

  • Save kurlov/32cbe841ea9d2b299e15297e54ae8971 to your computer and use it in GitHub Desktop.

Select an option

Save kurlov/32cbe841ea9d2b299e15297e54ae8971 to your computer and use it in GitHub Desktop.

Revisions

  1. kurlov created this gist Dec 16, 2017.
    1 change: 1 addition & 0 deletions mkv embed soft subtitles
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    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