snippetbashTip
avifenc — AV1 Image File Format (AVIF) encoder. More information: <https://aomediacodec.github.io/av1-avif/>.
Viewed 0 times
commandformatcliimageav1fileavifavifenc
linux
Problem
How to use the
avifenc command: AV1 Image File Format (AVIF) encoder. More information: <https://aomediacodec.github.io/av1-avif/>.Solution
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}}Code Snippets
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}}Context
tldr-pages: linux/avifenc
Revisions (0)
No revisions yet.