cotag / ebml-parser

JavaScript EBML Parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EBML Parser

This EBML parser is designed to parse EBML fragments that are already fully loaded and available in an ArrayBuffer. Parsing of incomplete streams is not supported.

EBML is used as the storage layer for a number of different file formats, such as MKV and WebM.

Install

bower install --save ebml-parser

Format

http://matroska.org/technical/specs/rfc/index.html

Licence

MIT

About

JavaScript EBML Parser

License:MIT License


Languages

Language:JavaScript 100.0%