Skip to content

smarter/rav1e

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The fastest and worstest AV1 compressor.

Input videos must be a multiple of 64 high and wide, in y4m format.

Compressing video

cargo run --release input.y4m output.ivf

Decompressing video

git clone https://aomedia.googlesource.com/aom/
cd aom
git checkout 38646e43ba8f9fcabfc68f3b4e28056a39f5ee4c
./configure --enable-debug --enable-experimental --enable-ec_adapt --enable-new_multisymbol --disable-var_tx --disable-unit-tests
make -j8
./aomdec ../output.ivf -o output.y4m

About

the fastest and worstest av1 encoder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.0%
  • Rust 1.1%
  • Other 0.9%