OberonAcademy Logo

OberonAcademy

Srt to ass

Conversor SRT → ASS (WASM)

Why use ASS subtitles instead of SRT?

When it comes to subtitles, the most common format is SRT (SubRip). It's simple, lightweight, and compatible with almost all players. However, the ASS (Advanced SubStation Alpha) format goes much further: it allows visual customization, dynamic positioning, and even animation effects.


SRT Limitations

SRT only contains:

  • Start and end times
  • Plain text

Example:

1
00:00:02,000 --> 00:00:04,000
Hello, how are you?

2
00:00:05,000 --> 00:00:07,000
Yes, I'm fine!

✅ Simple and straightforward, but without different styles, colors, or positions.


What does ASS allow?

ASS was created precisely to give expressiveness to subtitles. With it, you can:

  • Use different colors for each line
  • Change size and font
  • Position subtitles anywhere on the screen
  • Add motion effects (fade, scroll, karaoke, etc.)
  • Define pre-made styles (e.g., “narrator,” “character 1,” “translation”)

Example in ASS

[Script Info]
Title: Example ASS
ScriptType: v4.00+

[V4+ Styles]
Format: Name, Fontname, Fontsize, PrimaryColor, OutlineColor, Bold, Italic, Alignment, MarginL, MarginR, MarginV
Style: Narrator, Arial, 28, &H00FFFFFF, &H00000000, 0, 0, 8, 10, 10, 30
Style: Character1, Comic Sans MS, 32, &H0000FF00, &H00000000, 1, 0, 2, 10, 10, 30

[Events]
Format: Layer, Start, End, Style, Text
Dialogue: 0,0:00:02.00,0:00:04.00,Narrator,Hello, how are you?
Dialogue: 0,0:00:05.00,0:00:07.00,Character1,{\\move(50,400,200,400)}Yes, I'm fine!

👉 In this example:

  • Narrator appears in the top center, in white.
  • Character1 speaks in green, with horizontal movement across the screen.

When to choose ASS?

  • If you only need simple subtitles → use SRT
  • If you want expressiveness, karaoke, creative translations, or visual highlights → use ASS

Conclusion

ASS doesn't replace SRT in all scenarios, but it offers many more features. For artistic subtitles, anime translations, music videos, or any situation that requires style, ASS is the best choice.