Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

WebCodecs is a flexible web API for encoding and decoding audio and video.

License

NotificationsYou must be signed in to change notification settings

adteven/web-codecs

 
 

Repository files navigation

https://wicg.github.io/web-codecs/

Try it out in Chrome 86

Please seethis doc for current limitations.

To try it on your machine, either

  • enablechrome://flags/#enable-experimental-web-platform-features, or
  • pass--enable-blink-features=WebCodecs flag via the command line.

To try it with real users,sign up for the origin trial here.

WebCodecs

API that allows web applications to encode and decode audio and video

Many Web APIs use media codecs internally to support APIs for particular uses:

  • HTMLMediaElement and Media Source Extensions
  • WebAudio (decodeAudioData)
  • MediaRecorder
  • WebRTC

But there’s no general way to flexibly configure and use these media codecs.Because of this, many web applications have resorted to implementingmedia codecs in JavaScript or WebAssembly, despite the disadvantages:

  • Increased bandwidth to download codecs already in the browser.
  • Reduced performance
  • Reduced power efficiency

It's great for:

  • Live streaming
  • Cloud gaming
  • Media file editing and transcoding

See theexplainer for more info.

About

WebCodecs is a flexible web API for encoding and decoding audio and video.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML99.0%
  • Makefile1.0%

[8]ページ先頭

©2009-2025 Movatter.jp