cavif Command Examples

Convert PNG/JPEG images to AVIF. Written in Rust. See also: convert. More information: https://github.com/kornelski/cavif-rs.

cavif {{path/to/image.jpg}}

cavif --quality {{1..100}} {{path/to/image.png}}

cavif {{path/to/image.jpg}} --output {{path/to/output.avif}}

cavif --overwrite {{path/to/image.jpg}}