When to burn subtitles into the picture
Hardcoded subs are pixels — they can't be turned off. Use them when:
- The destination platform doesn't support sidecar subtitles (some social platforms).
- You need exact font / color / positioning that softsubs can't carry.
- You're shipping a 'always-on' caption version (TikTok-style).
Two filters
- subtitles=file.srt — burns SRT/ASS/SSA into the video. Honors ASS styling.
- ass=file.ass — explicit ASS rendering. Same backend.