SubToolbox

SSA to SRT Converter — Legacy Scripts Made Portable

Convert legacy SSA v4 subtitle scripts to SRT — Format-line aware, tag-free output, timings preserved.

Quick answer: Drop an .ssa file and download an .srt with the same cues and timings. The parser reads your file's Format line (field orders vary in old SSA scripts), converts its centisecond timestamps to SRT style, and strips styling tags.

Drop a subtitle file here, or browse — it stays on your device

Output: SRT (.srt)

Core facts
InputSSA (SubStation Alpha v4) scripts, any field order
OutputSRT with sequential numbers
Stripped{\...} tags; \N becomes a line break
TimingsH:MM:SS.cc centiseconds → identical SRT times
NoteASS is the modern successor — this page exists for legacy v4 scripts

What this tool does

SSA — SubStation Alpha, version 4 — is the 1990s ancestor of today's ASS format, still floating around in old archives and long-running fan projects. Structurally it is the same beast: a [Script Info] section, style definitions, and an [Events] section whose Dialogue lines carry start time, end time and text. The differences that matter for conversion are cosmetic: field orders in the Format line vary more between old files, and times are written to centisecond precision (0:00:01.25). This converter follows the file's declared Format order, keeps every cue's timing to the millisecond, and outputs plain SRT that any modern player accepts.

Common uses

  • Older fansub releases stored as .ssa need to run on modern devices
  • A long-lived project only ever saved SSA; YouTube wants plain text
  • Batch archives of SSA scripts being migrated to SRT

Frequently Asked Questions

Is SSA the same as ASS?
ASS (Advanced SSA) is the newer version of the same format family, with a richer style section. For conversion purposes they behave identically — both are handled by the same parser, keyed off each file's Format line.
My SSA file has no Format line in [Events]. Can it still convert?
Rarely — a missing Format line means field order is unknowable, and the page will warn you. Files that old are best opened in Aegisub once, re-saved, and converted here.
Will SSA styling like fonts and colours survive?
No, and that is SRT's limitation rather than the converter's: SRT is plain text. All spoken lines and timings convert; decoration does not.

More subtitle converters