:: krowemoh

Monday | 27 OCT 2025
Posts Links Other About Now

previous
next

2024-04-01
Burning in Subtitles with ffmpeg

First make sure you have libass enabled, otherwise you will need to convert the srt files to ass.

ffmpeg -version | grep libass

Then you can do:

ffmpeg -i input.mp4 -vf subtitles=input.srt output.mp4

This will take a bit as it needs to go frame by frame and burn in the subtitles.