ASS Converter
FileFlip converts ASS files into 5 other formats entirely inside your browser, using FFmpeg compiled to WebAssembly. The ASS file is never uploaded to a server: it is read off your disk, converted on your own machine, and saved back by the browser. There is no file-size limit and no account to create.
How do I convert an ASS file?#
- Drop your ASS file onto the converter at the top of this page, or click it to pick one from your computer.
- Choose the format you want out of it. FileFlip downloads the engine that conversion needs, once, and your browser caches it.
- Conversion starts the moment you pick the format, and the result is yours to download. The work happens in this tab, so nothing is uploaded and nothing is queued.
Is it safe to convert ASS files online?#
Yes, because nothing is uploaded. FileFlip converts ASS 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 happens to a ASS file#
FileFlip converts ASS into 5 formats with FFmpeg, all of it inside the browser tab. Each conversion below names the engine it uses, what it downloads, and exactly what that conversion keeps or drops.
| Category | Subtitles |
|---|---|
| File extension | .ass |
| FileFlip support | Read and written |
| Conversions available | 5 |
| Engines | FFmpeg |
| Downloaded to your browser | 30.8 MB on the first conversion, then cached |
What is an ASS file?#
An ASS 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 any positioning, karaoke or drawing overrides applied inline.
Use ASS when the subtitles need typesetting: positioned signs, karaoke, styled dialogue for multiple speakers, or effects timed to the video.
Convert ASS to SRT only when the destination can't render ASS at all, and only if losing every style, position and karaoke tag is acceptable, since none of that survives the conversion.
The ASS file format reference covers the specification, the programs that open one, and what each conversion keeps or drops.
ASS questions people ask#
What does ASS stand for in subtitle files?
ASS stands for Advanced SubStation Alpha, the styled subtitle format built by extending SubStation Alpha with an alpha channel for transparency, more override tags and better karaoke timing. The extension survived being an easy target for jokes because the format itself became the standard for typeset fansubs.
What's the difference between SSA and ASS?
SSA is SubStation Alpha version 4, and ASS is version 4+, a direct extension of it rather than a separate format. ASS added an alpha channel to colors for transparency, a numpad-based alignment system, a vertical margin field, and karaoke tags like \kt that SSA doesn't have.
Why do anime fansubs use ASS instead of SRT?
Fansub groups need positioned on-screen signs, styled dialogue for different speakers, and karaoke timing for openings and endings, none of which SRT can hold. ASS's Styles and Events sections, override tags and drawing commands cover all of that in one file, which is why the format grew up around the fansubbing community.
Why did my ASS subtitles lose their styling when I converted to SRT?
SRT only stores a timecode and plain text, so converting from ASS to SRT keeps the dialogue and timing but discards every style, position, color and karaoke tag, since SRT has nowhere to put them. This is expected: it's the tradeoff for a caption file that any player can open.
Why are my ASS subtitles positioned wrong on a different video?
ASS positions and font sizes are calculated against the resolution set in the script's PlayResX and PlayResY fields, so a script authored for one video's resolution can render offset or oversized if that resolution doesn't match the video it's played against.