w3c / webcodecs

WebCodecs is a flexible web API for encoding and decoding audio and video.
https://w3c.github.io/webcodecs/
Other
978 stars 136 forks source link

Should we make scalabilityMode change on the fly for VideoEncoder? #290

Closed HuaChunbo closed 2 years ago

HuaChunbo commented 3 years ago

For example in temporal SVC encoding of WebCodecs, it would be good to have scalabilityMode be able to change on the fly during encoding process. Like to change from L1T2 to L1T3 dynamically, so that we can provide the scalability with more flexibility.

aboba commented 3 years ago

You can call VideoEncoder.configure() again with an updated scalabilityMode value.

chcunningham commented 2 years ago

I think this is answered. LMK if more to discuss.