/ebml

An implementation of an EBML decoder in the Go Programming Language.

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

ebml-go // ebml

Package ebml provides an implementation of an EBML decoder in the Go Programming Language.

EBML is short for Extensible Binary Meta Language. EBML specifies a binary and octet (byte) aligned format inspired by the principle of XML. EBML itself is a generalized description of the technique of binary markup. Like XML, it is completely agnostic to any data that it might contain. For a specification, see http://ebml.sourceforge.net/specs/.

Installation

go get github.com/ebml-go/ebml

Usage

See WebM Parser.

LICENSE

The BSD 3-Clause License.