Created
May 21, 2021 22:44
-
-
Save johnschimmel/51889fc2bb99bafe2086376814c5cd1a to your computer and use it in GitHub Desktop.
ffmpeg embed srt caption
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
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