1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 11:19:46 +01:00
tldr/pages/linux/avifenc.md
2023-07-30 14:50:30 +02:00

355 B

avifenc

AV1 Image File Format (AVIF) encoder. More information: https://aomediacodec.github.io/av1-avif/.

  • Convert a specific PNG image to AVIF:

avifenc {{path/to/input.png}} {{path/to/output.avif}}

  • Encode with a specific speed (6=default, 0=slowest and 10=fastest):

avifenc --speed {{2}} {{path/to/input.png}} {{path/to/output.avif}}