ASS → VTT
Convert ASS to VTT
Free in-browser converter from Advanced SubStation Alpha (ASS / SSA) to WebVTT (Web Video Text Tracks). No signup, no upload — runs entirely on your device.
- Nothing is uploaded
- Timestamps preserved
- No account needed
1 cues in
1 cues out · 58 B
How this converter behaves
100% in your browser
We never see your file. Conversion runs as JavaScript in the page you're reading.
Round-trip safe
Convert ASS / SSA → WebVTT → ASS / SSA and you should get the same content back, line-for-line.
Spec-compliant output
WebVTT files validate against the W3C WebVTT spec.
Bidirectional
Reverse direction (WebVTT → ASS / SSA) is one click away — no need to bookmark a different page.
About these formats
ASS
ASS (and its predecessor SSA) was designed for typesetting-quality subtitles in the anime fansub community. Each cue can specify font, size, primary/secondary/outline/shadow colours, alignment, layer, position, and per-syllable karaoke highlighting via {\k} tags. It is the only subtitle format that can express broadcast-grade typography and complex on-screen effects.
Full ASS guide →VTT
WebVTT is the official W3C standard for HTML5 <track> elements. It looks similar to SRT but uses a `WEBVTT` header, periods (not commas) as decimal separators, and supports cue settings (position, alignment, line), regions, NOTE comments, and styling via inline ::cue rules. This is the format YouTube, Vimeo, JW Player and every browser-based player consume internally.
Full VTT guide →What survives the conversion
What changes in this conversion
VTT has nowhere to put the following, so it is dropped:
- Styling & positioning — Named styles, layers and on-screen placement carried in the file itself.
Timing survives intact. VTT records milliseconds where ASS records centiseconds, so nothing is rounded away.
Questions
How do I convert ASS to VTT?
Paste your ASS into the input box, or open a file from your device. The converter runs in your browser and produces VTT instantly. Click Download to save it.
Is this free?
Yes — no signup, no credits, no upload. Conversion happens entirely on your device, so the file never leaves your browser.
Are timestamps preserved?
Yes. Timestamps round-trip from ASS into VTT with millisecond precision.
What if my ASS has styling or positioning?
Only what both formats can express survives a conversion. VTT keeps the timings and the text; formatting that VTT has no equivalent for is dropped rather than approximated.