Golang library to read and write subtitles in the following formats
- Advanced SubStation Alpha v4
- SRT
- TTML v1.0 - This is based on the spec provided by Netflix in their documentation
- WebVTT experimental support
- MicroDVD experimental support
TTML is somewhat complex to implement in Go due to the way that Go handles XML namespaces. Until this issue is fixed, two different structs for reading and writing, as well as a lengthy conversion function will probably be necessary. See the test file for a sample (and probably poor) implementation.
- Clean up the ASSv4 format, specifically do something about the way headers are handled
- Experimental MicroDVD format support added
Available via Godoc
Godoc | Format |
---|---|
ASS | |
SRT | |
TTML | |
WVTT | |
MicroDVD |
Coverage | Format |
---|---|
ASS | |
SRT | |
TTML | |
WVTT | |
MDVD |