Skip to content

isabella232/wasm-av1

 
 

Repository files navigation

AV1 video decoder in WASM demo

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

Prerequisites:

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.

About

Port of the AV1 Video codec to WebAssembly

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 58.4%
  • HTML 18.4%
  • JavaScript 10.8%
  • Makefile 7.7%
  • Shell 4.7%