⚖️

SSA vs ASS: SubStation Alpha Format Comparison

SSA and ASS are related subtitle formats. ASS is the newer, more capable v4+ successor. Most modern tools use ASS, but both still circulate in subtitle archives.

Quick Answer

SSA (SubStation Alpha v4.00) is the original 1990s format. ASS (Advanced SubStation Alpha, v4.00+) is the modern successor with more styling features. If you have a choice, use ASS. Most software that says it supports SSA also reads ASS files.

What Is SSA?

SSA (SubStation Alpha) was created in the late 1990s for styled subtitle workflows, primarily for anime fansubs. It introduced named styles, per-line overrides, and screen positioning — well beyond what SRT offered. SSA files use .ssa extension and ScriptType: v4.00.

What Is ASS?

ASS (Advanced SubStation Alpha, ScriptType: v4.00+) is the v4+ successor to SSA. It adds improved style definitions ([V4+ Styles] vs [V4 Styles]), more override tags (blur, transform, vector clip), and better animation support. ASS files typically use the .ass extension.

SSA vs ASS Comparison Table

FeatureSSA .ssa (v4.00)ASS .ass (v4.00+)
Version headerScriptType: v4.00ScriptType: v4.00+
Style section[V4 Styles][V4+ Styles]
Style fieldsFewer fieldsMore fields (ScaleX/Y, Spacing, Angle)
Blur effectsLimited{lur} tag
Vector clip{\clip} tag
Transform animation{ ()} tag
Modern player support✅ (read as ASS)
Aegisub support✅ (preferred)
Active development❌ Legacy

Are SSA and ASS Interchangeable?

In practice, most modern players (VLC, mpv, Aegisub) read both and treat them similarly. The main risk is that advanced ASS-only features — blur, vector clip, transformations — may not render correctly if treated as SSA v4.00. For basic styled subtitles, the difference is negligible. When in doubt, save as ASS (v4.00+). There is no reason to use SSA for new projects.

Converting SSA / ASS to SRT

If you need to upload to YouTube or a video editor, convert to SRT first. All styling is removed — only dialogue text and timing survive.

Frequently Asked Questions

Should I use .ssa or .ass extension?

Use .ass for new files. Most players handle both, but .ass signals the modern v4+ format.

Can I open SSA files in Aegisub?

Yes. Aegisub reads both SSA and ASS and will upgrade SSA v4 styles to ASS v4+ when you save.

What tools create ASS files?

Aegisub is the standard tool. FFmpeg can also produce ASS output when converting from SRT.

Related Comparisons & Tools