Convert ASS/SSA to SRT

Convert Advanced SubStation Alpha (.ass/.ssa) subtitles to plain SRT in your browser. Styling tags are stripped correctly; nothing is uploaded.

ASS files from anime fansubs and karaoke carry styling that most players and editors cannot read — positioning, fonts, colours and effects encoded in {\tags}. Converting to SRT means extracting just the dialogue with clean timing. Subtitle Doctor reads the [Events] Format line (so nonstandard field orders still parse), strips override blocks, converts \N line breaks to real ones, and rounds ASS centisecond timing to SRT milliseconds.

Worth knowing

FAQ

Will the colours and positioning survive in SRT?

No — SRT has no styling model, which is exactly why players that choke on ASS want it. The dialogue and timing survive; decoration is removed by design.

Does this work with older .ssa files too?

Yes. SSA v4 and ASS v4+ share the Dialogue/Format structure this converter reads, so both extensions work.

More subtitle tools