Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kyuumeitai/28e605a9c4753dee4bacbdb62e0ab3fb to your computer and use it in GitHub Desktop.
Save kyuumeitai/28e605a9c4753dee4bacbdb62e0ab3fb to your computer and use it in GitHub Desktop.
extract all subs from mkv files assuming that are srts
find . -iname \*.mkv -exec ffmpeg -i {} -map 0:s:0 {}.srt \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment