The SRT to ASS converter converts SubRip subtitle files to Advanced SubStation Alpha format with customizable font, size, and color styling. ASS is used for anime fansubs and professional video work — it stores styling in a [V4+ Styles] section rather than inline tags.
Input SRT File
Style Settings
How to Convert SRT to ASS Format
ASS (Advanced SubStation Alpha) provides much richer subtitle styling than SRT. While SRT is the most compatible format for simple use, ASS is preferred for anime fansubs, professional broadcast, and any use case requiring precise font control, positioning, or karaoke-style effects.
Step 1: Upload Your SRT File
Click to upload your .srt file or paste the content directly. The tool parses all cue numbers, timestamps, and text content for conversion.
Step 2: Configure the Style
Set your preferred font name (Arial, Times New Roman, or any font installed on the viewer's system), font size (28pt is a good default for 1080p video), primary text color, and outline color. The white text with black outline combination is the most readable style for video subtitles.
Step 3: Understand the ASS Color Format
ASS stores colors in BGR (Blue-Green-Red) format reversed from HTML, written as &H00BBGGRR&. White (#FFFFFF) stays the same, but red (#FF0000 in HTML) becomes &H000000FF& in ASS. This tool converts your color picker selections automatically — you don't need to calculate the conversion manually.
Step 4: Download and Use
Click "Download .ass" to save the file. Open it in VLC, MPC-HC, or Aegisub. If you need to make further edits (animated effects, multiple styles per dialogue line), Aegisub is the standard free ASS editor for advanced subtitle work.
Frequently Asked Questions
What is ASS/SSA subtitle format?
ASS (Advanced SubStation Alpha) is a feature-rich subtitle format used in anime fansubs and professional video production. It stores font name, size, color, bold/italic, and position data in a dedicated [V4+ Styles] section, and supports animated karaoke effects that SRT cannot do. SSA (SubStation Alpha) is the older version; .ass and .ssa files share essentially the same structure.
Why is the color format different in ASS?
ASS uses BGR (Blue-Green-Red) color ordering reversed from HTML's RGB, written as &H00BBGGRR& in hexadecimal. For example, white (#FFFFFF in HTML) is &H00FFFFFF& in ASS, and red (#FF0000 in HTML) is &H000000FF& in ASS — the R and B bytes are swapped. This tool handles the conversion automatically.
How are ASS timestamps different from SRT?
ASS uses centiseconds with a slightly different format: 0:01:23.45 (hours:minutes:seconds.centiseconds with no leading zero on hours). SRT uses milliseconds with commas: 00:01:23,456. This tool converts all timestamps automatically.
What video players support ASS subtitles?
VLC Media Player, MPC-HC (Media Player Classic), mpv, and most desktop video players support ASS subtitles with full styling. Aegisub is the standard tool for editing ASS files. Many streaming platforms do not accept ASS format — convert to VTT or SRT for web use.
Is this tool free and private?
Yes — completely free with no signup required. All conversion happens in your browser. Your files are never uploaded to any server.