w3c / webcodecs

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

Do not use slow CDN and change default configs for encode-decode-work… #720

Closed StaZhu closed 9 months ago

StaZhu commented 9 months ago
  1. https://cdn.plot.ly/plotly-2.18.2.min.js has slow CDN speed when accessing in China, so move this file to the github project.
  2. L1T3 and VP8 isn't always support well by the browser, so change the default value to L1T1 and H.264.