Skip to content

Instantly share code, notes, and snippets.

@jbollacke
Created March 4, 2017 22:47
Show Gist options
  • Save jbollacke/88c4c6c8db67acb210ff2a9ae65e6489 to your computer and use it in GitHub Desktop.
Save jbollacke/88c4c6c8db67acb210ff2a9ae65e6489 to your computer and use it in GitHub Desktop.
process mkv
#!/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