Skip to content

@kornelski kornelski released this Aug 14, 2021

Previously archives contained an outdated exe for Windows. Now it's the latest version.

Assets 4

@kornelski kornelski released this Jun 23, 2021

I've fine-tuned rav1e low-level settings, so now you get much better compression-to-speed ratio.

Assets 4

@kornelski kornelski released this Jun 9, 2021

Firefox doesn't have a problem with full color range any more, so the encoder uses it for slightly better quality.

Assets 4

@kornelski kornelski released this Jun 5, 2021

v1.1.1

Compat fixes
Assets 4

@kornelski kornelski released this Jan 29, 2021

v0.6.6

Update deps
Assets 4

@kornelski kornelski released this Jan 13, 2021

Updated to the latest rav1e version, which brings speed and quality improvements.

Assets 4

@kornelski kornelski released this Oct 18, 2020

New argument parser should have nicer error handling.

Assets 3

@kornelski kornelski released this Oct 4, 2020

It turns out you can just ask rav1e to run faster, and it will! (with no loss of compression quality)

The first zip link below contains exe for macOS, Windows and Debian.

Assets 3

@kornelski kornelski released this Sep 9, 2020

Latest release adds support for stdin/stdout pipes, so you can combine it with other programs without a need for temporary files.

For example, to make AVIF from ImageMagick:

convert -resize 50% example.jpg PNG:- | cavif - | cat > example.avif

That - at the end tells cavif to read image from stdin. cat here is only to demonstrate that both stdin and stdout are used.

Assets 3