An open API service indexing awesome lists of open source software.

https://github.com/cotag/ebml-parser

JavaScript EBML Parser
https://github.com/cotag/ebml-parser

Last synced: 11 months ago
JSON representation

JavaScript EBML Parser

Awesome Lists containing this project

README

          

# EBML Parser

This [EBML](http://ebml.sourceforge.net/) 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