Created
December 21, 2020 18:12
-
-
Save rybarix/4cb0c5574645f74998000fe3eee5e7e8 to your computer and use it in GitHub Desktop.
Burns subtitles (srt) into video.
This file contains 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 <input_video> -vf subtitles=<srt_path> <output_video_path> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment