Matroska parser for Go. Fork of github.com/remko/go-mkvparse.
Features:
- Supports all Matroska elements
- Supports short-circuiting the parser, making it possible to
read specific data (e.g. title, author) without reading the
entire file (see the
mkvtags
example) - Also works with WebM (
.webm
) files - Supports streaming
- Event-based push API
- No dependencies