Skip to content

5rahim/gomkv

Repository files navigation

gomkv

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

About

Matroska parser written in Go. Optimized for streaming.

Topics

Resources

License

Stars

Watchers

Forks