https://github.com/kagami/dav1d.js
:alembic: WebAssembly AV1 decoder
https://github.com/kagami/dav1d.js
av1 emscripten webassembly
Last synced: 5 months ago
JSON representation
:alembic: WebAssembly AV1 decoder
- Host: GitHub
- URL: https://github.com/kagami/dav1d.js
- Owner: Kagami
- License: cc0-1.0
- Created: 2019-03-24T16:09:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T08:48:57.000Z (over 1 year ago)
- Last Synced: 2025-04-28T15:58:55.123Z (5 months ago)
- Topics: av1, emscripten, webassembly
- Language: C
- Homepage:
- Size: 15.6 KB
- Stars: 34
- Watchers: 2
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# dav1d.js [](https://www.npmjs.com/package/dav1d.js)
AV1 decoder for runtimes without AV1 support.
Powered by fast [dav1d](https://code.videolan.org/videolan/dav1d) library
ported to WebAssembly.## License
dav1d is licensed under [BSD](https://code.videolan.org/videolan/dav1d/blob/master/COPYING).
dav1d.js wrapper code is licensed under [CC0](COPYING).