Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 185 Bytes

add-subtitles-in-ffmpeg.md

File metadata and controls

5 lines (3 loc) · 185 Bytes

How to Add subtitles in FFMPEG

You can hardcode subtitles by providing a subtitles files and running the following command

ffmpeg -i input.mp4 -vf subtitles=subs.srt out.mp4