Popularity
2.0
Stable
Activity
0.0
Stable
26
2
5
Programming language: Go
License: MIT License
Tags:
Video
Latest version: v1.0
libgosubs alternatives and similar packages
Based on the "Video" category.
Alternatively, view libgosubs alternatives based on common mentions on social networks and blogs.
-
M3U8
DISCONTINUED. Parser and generator of M3U8-playlists for Apple HLS. Library for Go language. :cinema: -
go-m3u8
Parse and generate m3u8 playlists for Apple HTTP Live Streaming (HLS) in Golang (ported from gem https://github.com/sethdeckard/m3u8)
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of libgosubs or a related project?
Popular Comparisons
README
libgosubs
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 # notes
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.
todo
- Clean up the ASSv4 format, specifically do something about the way headers are handled
updates
- Experimental MicroDVD format support added
libgosubs project garbage
Documentation
Available via Godoc
Godoc | Format |
---|---|
ASS | |
SRT | |
TTML | |
WVTT | |
MicroDVD |
Test Coverage
Coverage | Format |
---|---|
ASS | |
SRT | |
TTML | |
WVTT | |
MDVD |