Vanilagy / webm-muxer

WebM multiplexer in pure TypeScript with support for WebCodecs API, video & audio.
https://vanilagy.github.io/webm-muxer/demo
MIT License
197 stars 12 forks source link

read webm #5

Closed juntaosun closed 1 year ago

juntaosun commented 1 year ago

Can I increase the read frame data in webm format to match WebCodecs to draw and play canvas?

VideoDecoder;

`
(........ webm track, frame, chunk? ........ )

videoDecoder.decode(chunk);

`

Vanilagy commented 1 year ago

I'm not quite sure what you mean. If you're trying to read or parse WebM, this library won't help you. It's meant for writing WebM files.