mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
avifenc: update page (#10475)
This commit is contained in:
parent
618a2a0ebb
commit
d71eabe2b9
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue