wasm-av1 icon indicating copy to clipboard operation
wasm-av1 copied to clipboard

Port of the AV1 Video codec to WebAssembly

AV1 video decoder in WASM demo

In-browser AV1 video decoder demo for experimenting with codecs.

Prerequisites:

  • Installed emscripten SDK, available at https://github.com/juj/emsdk
  • some version of 'make' installed

To build:

make

This will generate 'decode-av1.js' and 'decode-av1.wasm'. Load 'index.html' from a local web server and enjoy!

To build test harness:

make testavx

This builds a small test harness to decode from the command line, dumping a few frames as YUV files.

Licensed under the Apache License, version 2.0.

This is not an official Google product.