mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 11:35:26 +02:00
avifenc: add page (#7636)
This commit is contained in:
parent
f90a84145a
commit
3b4aecafb8
1 changed files with 12 additions and 0 deletions
12
pages/linux/avifenc.md
Normal file
12
pages/linux/avifenc.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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/image.png}} {{path/to/image.avif}}`
|
||||
|
||||
- Encode with a specific speed, where 0=slowest, 10=fastest, and 6=default:
|
||||
|
||||
`avifenc --speed {{2}} {{path/to/image.png}} {{path/to/image.avif}}`
|
Loading…
Add table
Reference in a new issue