Skip to content

Instantly share code, notes, and snippets.

@pdxjohnny
Created April 30, 2015 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pdxjohnny/abd96b7b66c3f981c2fe to your computer and use it in GitHub Desktop.
Save pdxjohnny/abd96b7b66c3f981c2fe to your computer and use it in GitHub Desktop.
Add srt subtitles to mp4
#!/bin/bash
ffmpeg -i ${1}.srt ${1}.ass
ffmpeg -i ${1}.mp4 -vf ass=${1}.ass ${1}_subtitles.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment