webm-muxer
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "webm-muxer", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "WebM multiplexer in pure TypeScript with support for WebCodecs API, video & audio.", | ||
@@ -5,0 +5,0 @@ "main": "./build/webm-muxer.js", |
@@ -287,3 +287,3 @@ # webm-muxer - JavaScript WebM multiplexer | ||
## Implementation | ||
## Implementation & development | ||
WebM files are a subset of the more general Matroska media container format. Matroska in turn uses a format known as | ||
@@ -290,0 +290,0 @@ EBML (think of it like binary XML) to structure its file. This project therefore implements a simple EBML writer to |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71319