Popularity
1.8
Declining
Activity
0.0
Stable
13
2
3
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.
-
go-astits
Parse and demux MPEG Transport Streams (.ts) natively in GO. -
go-astisub
Manipulate subtitles in GO (.srt, .stl, .ttml, .webvtt, .ssa/.ass, teletext, .smi, etc.). -
libvlc-go
Go bindings for libvlc 2.X/3.X/4.X (used by the VLC media player) -
Vnc2Video
A real wold implementation of a vnc client for go including advanced encodings -
golibnotify
Go bindings for libnotify -- Create and update OS notifications in linux
Scout APM - Leading-edge performance monitoring starting at $39/month
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
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 |