Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
* Revise the list of features
* Remove rav1erepl.rs from the Design section
  • Loading branch information
rzumer committed Mar 25, 2020
1 parent bde0cfc commit 14355f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -11,12 +11,13 @@ rav1e is an AV1 video encoder. It is designed to eventually cover all use cases,
* Intra and inter frames
* 64x64 superblocks
* 4x4 to 64x64 RDO-selected square and 2:1/1:2 rectangular blocks
* DC, H, V, Paeth, smooth, and a subset of directional prediction modes
* DC, H, V, Paeth, smooth, and all directional prediction modes
* DCT, (FLIP-)ADST and identity transforms (up to 64x64, 16x16 and 32x32 respectively)
* 8-, 10- and 12-bit depth color
* 4:2:0 (full support), 4:2:2 and 4:4:4 (limited) chroma sampling
* Variable speed settings
* 11 speed settings (0-10)
* Near real-time encoding at high speed levels
* Constant quantizer and target bitrate (single- and multi-pass) encoding modes

## Releases

Expand Down Expand Up @@ -128,7 +129,6 @@ https://arewecompressedyet.com/analyzer/?d=https://people.xiph.org/~mbebenita/an
* src/transform/*.rs - Implementations of DCT and ADST transforms.
* src/util.rs - Misc utility code.
* src/bin/rav1e.rs - rav1e command line tool.
* src/bin/rav1erepl.rs - Command line tool for debugging.

## Contributing

Expand Down

0 comments on commit 14355f9

Please sign in to comment.