Created
May 22, 2019 04:15
-
-
Save kyuumeitai/28e605a9c4753dee4bacbdb62e0ab3fb to your computer and use it in GitHub Desktop.
extract all subs from mkv files assuming that are srts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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