2018/04 - v0.0.1

AV1.js

AOMedia Decoder Javascript

AV1 Decoder

Drag your *.webm video into the field

or use one of the gallery video - Your browser can freeze for a few seconds
WASM: WebGL:
Gallery

For own files please use the actually build of av1.

git clone https://aomedia.googlesource.com/aom
cmake aom
make
./aomenc --cpu-used=8 --tile-columns=4 --passes=2 --lossless=1 -o [output] [input(Y4M)]

Here you can looking for y4m files: https://media.xiph.org/video/derf/y4m/

Source Code: https://github.com/dominikhlbg/av1-ogv.js

AV1.js is an emscripten and WebAssembly port by Dominik Homberger (Dominikhlbg) and based on OGV.js Player for playback