Three formats to know
- SRT (SubRip) — the universal format. Plain text, simple. No styling. Almost every player supports it.
- ASS (Advanced SubStation Alpha) — rich styling: fonts, colors, positions, animations. The format anime fansubs use.
- WebVTT (.vtt) — the HTML5 standard. Required by YouTube/Vimeo HLS streams and the
<track>element. Subset of ASS plus styling cues.
When to use which
Quick captions for offline files: SRT. Web video / streaming: WebVTT. Anything where you want styled karaoke or precise positioning: ASS. The good news: FFmpeg can convert between all three.