SSA to SRT Subtitle Converter
Fast. Private. Perfect.
100% local processing in your browser. No upload. No waiting.
Drag & drop your SSA file here
or click to browse
Supports .ssa files up to 50 MB
More Subtitle Tools
How It Works
Upload SSA File
Drag & drop or select your .ssa file
Convert Instantly
We process it locally in your browser
Download SRT
Get your .srt file immediately
More Conversions You Might Need
Why Choose AllSubConverter?
Your Privacy Matters
Everything runs in your browser. Your files are never uploaded.
Lightning Fast
Optimized processing engine converts files in seconds.
Free & Local
Each file can be up to 50 MB. Batches can contain up to 200 files or 1 GB total.
Works Everywhere
Works on Windows, Mac, Linux, iOS, Android - any modern browser.
Future-Proofing 1990s Subtitle Scripts
SubStation Alpha scripts carry styled dialogue in an [Events] section. This converter reads SSA Dialogue lines, strips override blocks, converts SSA timing to SRT timestamps, and writes a plain-text subtitle file for SRT-capable players. The conversion runs entirely in your browser.
Input Format
SSASSA v4 (SubStation Alpha) is a subtitle script format with [Script Info], [V4 Styles], and [Events] sections. Dialogue lines use comma-delimited fields with possible inline override codes in curly braces. Timing is in centiseconds (H:MM:SS.cc). This converter reads UTF-8 input and can fall back to GB18030.
Output Format
SRTSRT (SubRip) is a widely supported plain-text subtitle format. Each entry has a sequential number, a comma-separated timestamp pair with millisecond precision (00:01:30,500 --> 00:01:35,000), and plain text.
Features
Why Convert?
Format Differences
Common Use Cases
DVD Collection Digitization
Convert text-based SSA subtitle exports to SRT for playback in SRT-capable apps and devices.
Legacy Fansub Archive Migration
Convert legacy text-based SSA dialogue to SRT for SRT-first playback workflows.
Video Editing Pipeline Integration
Create an SRT interchange file for video tools that import SRT subtitles.
Media Server Compatibility
Create plain SRT sidecars for media servers that index SRT subtitle files.
Mobile Video Playback
Convert SSA dialogue to plain SRT for mobile players that support SRT subtitles.
Related Formats
ASS
Advanced SubStation Alpha is the 2003 successor to SSA. If your file is ASS v4+, the conversion process is the same since both share the Dialogue structure.
VTT
WebVTT is for web video. Convert SSA to VTT if you need browser-compatible subtitles for HTML5 video.
TXT
Plain text strips all timing. Convert SSA to TXT if you only need dialogue text without timestamps for archival or translation.
Frequently Asked Questions
SSA v4 (SubStation Alpha) is a styled subtitle script format using [Script Info], [V4 Styles], and [Events] sections. Dialogue lines carry timing and text, while override codes in curly braces can control rendering details such as font size, color, and positioning.
SSA is the earlier SubStation Alpha script format, while ASS is its Advanced SubStation Alpha successor with additional style and override capabilities. Both use similar Events and Dialogue structures, but this page accepts .ssa files.
All override blocks in curly braces are removed. The remaining dialogue text is kept, except that SSA line-break codes become standard newlines.
Some players do not render SSA styling or may show unsupported override codes as text. Converting to SRT removes override blocks and produces plain text, which many SRT-capable players can display directly.
SSA v4 uses H:MM:SS.cc format where cc is centiseconds (0-99). SRT uses HH:MM:SS,mmm where mmm is milliseconds (0-999). The converter multiplies centiseconds by 10. For example, 0:01:25.40 becomes 00:01:25,400 in SRT. Hours are zero-padded to two digits for SRT format compliance.
The reader expects UTF-8 and can fall back to GB18030 for many Chinese-encoded files. Other legacy encodings may not be decoded correctly; convert those files to UTF-8 with a suitable editor before uploading.