caniuse icon indicating copy to clipboard operation
caniuse copied to clipboard

Add WebCodecs API

Open EwoutH opened this issue 3 years ago • 4 comments

The WebCodecs API landed today in its first stable browser, Chrome 86. WebCodecs is an API that provides efficient, low-level access to built-in (software and hardware) media encoders and decoders.

  • Spec: https://github.com/WICG/web-codecs
  • Explainer: https://github.com/WICG/web-codecs/blob/master/explainer.md
  • Website: https://wicg.github.io/web-codecs/

Chrome status: https://www.chromestatus.com/feature/5669293909868544

EwoutH avatar Oct 06 '20 19:10 EwoutH

For Firefox: Bugzilla issue list

EwoutH avatar Oct 19 '20 10:10 EwoutH

WebCodecs is now adopted as a W3C Recommendation. The repo moved to https://github.com/w3c/webcodecs and the spec is now available on https://w3c.github.io/webcodecs/

EwoutH avatar Apr 01 '21 23:04 EwoutH

Any ETA on adding this?

nathanbabcock avatar Apr 27 '22 22:04 nathanbabcock

In addition to the Bugzilla issue list above, singular tracking bug to follow for Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=WebCodecs

Schweinepriester avatar Jul 11 '22 23:07 Schweinepriester

Now available at https://caniuse.com/webcodecs though individual interfaces are also available via MDN, e.g. https://caniuse.com/mdn-api_audiodecoder

Fyrd avatar Sep 04 '22 20:09 Fyrd