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

VideoDecoder? #24

Closed warvstar closed 11 months ago

warvstar commented 1 year ago

Are there plans to add VideoDecoder support?

Vanilagy commented 11 months ago

No, this library is for multiplexing only (not demultiplexing). If I ever made a demultiplexer, it wouldn't become part of this library.

Haven't looked too much into VideoDecoder, but if it's anything like VideoEncoder then it's probably also useless without a demuxer before it in the loop.