avifenc: update page (#10475)

pull/23/head
K.B.Dharun Krishna 2023-07-30 18:20:30 +05:30 committed by GitHub
parent 618a2a0ebb
commit d71eabe2b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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}}`