From 3b4aecafb84e3a8fd9007ead470c7f911fd6550a Mon Sep 17 00:00:00 2001 From: Axel Navarro Date: Tue, 18 Jan 2022 15:55:35 -0300 Subject: [PATCH] avifenc: add page (#7636) --- pages/linux/avifenc.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/avifenc.md diff --git a/pages/linux/avifenc.md b/pages/linux/avifenc.md new file mode 100644 index 0000000000..da9398fa44 --- /dev/null +++ b/pages/linux/avifenc.md @@ -0,0 +1,12 @@ +# avifenc + +> AV1 Image File Format (AVIF) encoder. +> More information: . + +- Convert a specific PNG image to AVIF: + +`avifenc {{path/to/image.png}} {{path/to/image.avif}}` + +- Encode with a specific speed, where 0=slowest, 10=fastest, and 6=default: + +`avifenc --speed {{2}} {{path/to/image.png}} {{path/to/image.avif}}`