Skip to content

SSA to TTML Converter

FileFlip converts SSA to TTML entirely inside your browser, using FFmpeg compiled to WebAssembly. The file is never uploaded to a server: it is read off your disk, converted on your own machine, and saved back by the browser. That means no file-size limit, no queue and no account.

Convert SSA to

How do I convert an SSA file to TTML?#

  1. Drop your SSA file onto the converter at the top of this page, or click it to pick one from your computer. You can add as many as you like.
  2. Leave the target set to TTML and the conversion starts on its own. FileFlip downloads 30.8 MB of WebAssembly the first time and nothing after that, then runs FFmpeg on your own machine.
  3. Save the TTML file. Your browser writes it straight to your downloads folder, because there was never a server holding it.

Does converting SSA to TTML lose quality?#

No. Subtitle cues are text, and converting SSA to TTML rewrites the same timings and the same lines in the target's syntax. Anything TTML has no syntax for, such as positioning or styling, is dropped rather than degraded.

Is it safe to convert SSA files online?#

Yes, because nothing is uploaded. FileFlip converts SSA files inside the browser tab you already have open, using WebAssembly builds of the same engines a desktop converter would install. Your file is read from your own disk into the page's memory, and no request carrying it is ever made.

You do not have to take that on trust. Open your browser's network panel, run a conversion, and you will see the engine come down and your file go nowhere. There is no upload, no server-side copy, no retention window, and no account tied to what you converted.

How FileFlip works lists every engine, its version and its download size, and shows how to check for yourself that nothing leaves your machine.

What SSA to TTML actually does to the file#

Converting SSA to TTML runs on FFmpeg, downloads 30.8 MB of WebAssembly the first time and nothing after that, rewrites the cues as text in the target's syntax, keeps cue durations, and drops styling and positioning.

EngineFFmpeg
Conversion pathOne step: SSA → TTML
Downloaded to your browser30.8 MB, once, then cached by your browser
QualityText preserved, unsupported styling dropped
You get backOne file
Where it runsIn a background worker, so the page stays responsive

What survives the conversion

What is in the fileThis conversionWhy
StylingDroppedThe target format has nowhere to put it.
PositioningDroppedThe target format has nowhere to put it.
Cue durationsKeptCarried through into the converted file.

What is an SSA file?#

An SSA file is a SubStation Alpha v4 script split into a Script Info section, a Styles section defining named formatting templates, and an Events section holding every line of dialogue with its timing, style reference and positioning, the same three-section layout ASS later extended.

Use SSA only when working with an existing v4 script or a tool that hasn't moved to ASS; a new styled subtitle is better authored directly in ASS.

Convert SSA to ASS to pick up transparency and the fuller set of override tags, or convert to SRT when the destination can't render styled subtitles at all and losing the styling is acceptable.

What is a TTML file?#

A TTML file is an XML document that marks up timed text with a <body> of styled, positioned regions and a series of <p> elements carrying start and end times, built to move captions between broadcast and streaming systems without losing formatting.

Use TTML when delivering captions into a broadcast or streaming pipeline that expects it, such as Netflix's or the EBU's ingest specifications.

Convert TTML to SRT or VTT when the destination is a general video player rather than a broadcast or streaming delivery system, since those rarely parse TTML directly.

SSA to TTML questions people ask#

Is SSA the same as ASS?

No, but they're the same lineage. SSA is SubStation Alpha version 4, and ASS (Advanced SubStation Alpha) is version 4+, an extension of the same three-section format that added an alpha channel for transparent colors, a numpad alignment system and karaoke tags SSA doesn't have.

Should I convert my SSA files to ASS?

It's worth it if you want transparency effects or the newer karaoke and override tags, since ASS is a strict superset of SSA and any renderer that plays ASS also plays SSA. If the file only uses basic styles and positioning, converting gains little.

What program opens an SSA file?

Aegisub is the standard editor for SSA and ASS scripts, and players like VLC and mpv render the styling and positioning directly. Because ASS renderers treat SSA as an earlier version of the same format, anything that opens .ass also opens .ssa.

What is a TTML file used for?

A TTML file carries styled, timed captions through broadcast and streaming delivery pipelines, the way Netflix, the EBU and other distributors specify for ingesting subtitles. It's built for interchange between systems, not for opening directly in a typical media player.