Skip to content
Snippets Groups Projects
Commit fe4bc097 authored by Gideon Mayhak's avatar Gideon Mayhak Committed by Thomas Daede
Browse files

Minor README edits

Added information about AppVeyor Windows builds, and other minor edits.
parent fa65c3ab
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......@@ -46,6 +50,8 @@ cargo run --release --bin rav1e -- input.y4m -o output.ivf
```
# Decompressing video
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:
```
mkdir aom_test
cd aom_test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment