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

Use smaller sample files #537

Open chcunningham opened 2 years ago

chcunningham commented 2 years ago

The file size of our sample AVC encodings is larger than it needs to be, slowing page load and wasting bandwidth. Lets replace these with newer codec (e.g. AV1) and smaller resolution.

sandersdan commented 2 years ago

It's useful to have multiple codecs, and H.264 in particular is in high demand, but we could get by just fine with only a few seconds of content at a lower resolution.