A lightweight library for handling Advanced SubStation Alpha (ASS) subtitles.
- Parse ASS subtitles effortlessly
- Check the validity of field types
- Parse ASS override tags (partial)
pip install light-ass
import light_ass
document = light_ass.load("example.ass")
print(document.info)
print(document.styles)
print(document.events)
- Support for more sections
- More methods for ASS shapes
- ASS minifier
- Support for VSFilterMod tags
MIT License