mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 10:18:51 +03:00
avifenc: update page (#10475)
This commit is contained in:
parent
618a2a0ebb
commit
d71eabe2b9
@ -5,8 +5,8 @@
|
||||
|
||||
- Convert a specific PNG image to AVIF:
|
||||
|
||||
`avifenc {{path/to/image.png}} {{path/to/image.avif}}`
|
||||
`avifenc {{path/to/input.png}} {{path/to/output.avif}}`
|
||||
|
||||
- Encode with a specific speed, where 0=slowest, 10=fastest, and 6=default:
|
||||
- Encode with a specific speed (6=default, 0=slowest and 10=fastest):
|
||||
|
||||
`avifenc --speed {{2}} {{path/to/image.png}} {{path/to/image.avif}}`
|
||||
`avifenc --speed {{2}} {{path/to/input.png}} {{path/to/output.avif}}`
|
||||
|
Loading…
Reference in New Issue
Block a user