wiki:

How to burn subtitles into the video


Version 1 (modified by burek, 11 months ago) (diff)

--

Using FFmpeg's ass video filter, we can draw text of the subtitles into the movie, like this:

ffmpeg -i video.avi -vf "ass=subtitle.ass" out.avi