Created
November 23, 2017 03:30
-
-
Save jkereako/4628019cebadd90c119d7e8ea7d18c45 to your computer and use it in GitHub Desktop.
How to embed subtitles into an MP4
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 video.mp4 -i sub.srt -c:v copy -c:a copy -c:s mov_text -metadata:s:s:0 language=eng out.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment