Skip to content
forked from ebml-go/webm

Package webm implements parser, reader and seeker for WebM / Matroska containers.

License

Notifications You must be signed in to change notification settings

tonytony2020/webm

 
 

Repository files navigation

ebml-go // webm

Package webm implements parser, reader and seeker for files in WebM container.

WebM files consist of video streams compressed with the VP8 or VP9 video codec, audio streams compressed with the Vorbis or Opus audio codecs. The WebM file structure is based on the Matroska media container. See WebM FAQ.

The parser uses an EBML decoder for Go programming language.

Installation

$ go get github.com/ebml-go/webm

License

The BSD 3-Clause License.

Languages

  • Go 100.0%