Skip to content

Instantly share code, notes, and snippets.

@johnschimmel
Created May 21, 2021 22: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 johnschimmel/51889fc2bb99bafe2086376814c5cd1a to your computer and use it in GitHub Desktop.
Save johnschimmel/51889fc2bb99bafe2086376814c5cd1a to your computer and use it in GitHub Desktop.
ffmpeg embed srt caption
ffmpeg -i funtime.mp4 -f srt -i funtime.srt -c:v copy -c:a copy -c:s mov_text -metadata:s:s:0 language=eng funtime_w_captions.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment