wiki:HowToBurnSubtitlesIntoVideo

Version 1 (modified by burek, 14 years 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
Note: See TracWiki for help on using the wiki.