2025-03-14 21:59:59 -06:00
|
|
|
# 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}}`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Encode with a specific speed (6=default, 0=slowest, and 10=fastest):
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`avifenc --speed {{2}} {{path/to/input.png}} {{path/to/output.avif}}`
|