An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# dav1d.js [![npm](https://img.shields.io/npm/v/dav1d.js.svg)](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).