@@ -10,7 +10,7 @@ rav1e temporarily uses libaom's transforms and CDF initialization tables, but is
# Features
* Intra frames
* Intra and inter frames
* 64x64 superblocks
* 4x4 to 32x32 RDO-selected square blocks
* DC, H, V, Paeth, and smooth prediction modes
...
...
@@ -19,6 +19,10 @@ rav1e temporarily uses libaom's transforms and CDF initialization tables, but is
* Variable speed settings
* ~10 fps encoding @ 480p
# Windows builds
Automated AppVeyor builds can be found [here](https://ci.appveyor.com/project/tdaede/rav1e/history). Click on a build (it is recommended you select a build based on "master"), then click ARTIFACTS to reveal the rav1e.exe download link.
# Building
This repository uses a git submodule. To initialize it, run:
Encoder output should be compatible with any AV1 decoder compliant with the v1.0.0 specification. Uou can also build the included compatible aomdec using the following: