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
- Host: GitHub
- URL: https://github.com/cotag/ebml-parser
- Owner: cotag
- License: mit
- Created: 2015-06-16T15:57:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-16T18:21:48.000Z (about 11 years ago)
- Last Synced: 2025-03-20T05:18:07.592Z (over 1 year ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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