add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

12
pages.zh/linux/avifenc.md Normal file
View 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}}`