add new chinese translations
This commit is contained in:
12
pages.zh/linux/avifenc.md
Normal file
12
pages.zh/linux/avifenc.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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}}`
|
Reference in New Issue
Block a user