@catlabtech/webcvt-container-webm
WebM container parser and muxer for webcvt.
Installation
bash
npm i @catlabtech/webcvt-container-webmAPI
Detailed API reference coming in v0.2. See the source code for now.
Notes
WebM is a subset of Matroska (MKV) using VP8/VP9/AV1 video and Vorbis/Opus audio. This package uses @catlabtech/webcvt-ebml for low-level parsing. Works with @catlabtech/webcvt-codec-webcodecs for hardware-accelerated VP9 and AV1 encode/decode.