w3c / webcodecs

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

Can H. 264 decoding be supported and only decoded? #153

Closed TTiamo closed 3 years ago

chcunningham commented 3 years ago

Its up to the user agent what codecs are supported, but H264 decoding is supported in Chrome. It's used in this demo:

https://tguilbert-google.github.io/webcodecs/mp4/index.html

Let me know if that answers your question.

chcunningham commented 3 years ago

Please re-open if you have follow up questions