Created
March 4, 2017 22:47
-
-
Save jbollacke/88c4c6c8db67acb210ff2a9ae65e6489 to your computer and use it in GitHub Desktop.
process mkv
This file contains 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
#!/bin/sh | |
ffmpeg -i $1 -vcodec copy -acodec ac3 -scodec copy -map 0:v -map 0:a:0 -map 0:s $2 -map 0:s:0 $2.srt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment