Files
tldr/pages.zh/linux/avifenc.md

12 lines
350 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# avifenc
> AV1 图像文件格式 (AVIF) 编码器。
> 更多信息:<https://aomediacodec.github.io/av1-avif/>.
- 将特定的 PNG 图像转换为 AVIF
`avifenc {{path/to/input.png}} {{path/to/output.avif}}`
- 以特定速度编码 (6=默认0=最慢10=最快)
`avifenc --speed {{2}} {{path/to/input.png}} {{path/to/output.avif}}`