Skip to content

Instantly share code, notes, and snippets.

@rybarix
Created December 21, 2020 18:12
Show Gist options
  • Save rybarix/4cb0c5574645f74998000fe3eee5e7e8 to your computer and use it in GitHub Desktop.
Save rybarix/4cb0c5574645f74998000fe3eee5e7e8 to your computer and use it in GitHub Desktop.
Burns subtitles (srt) into video.
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