linux/a*: add and update Korean translation (#14680)

* linux/a*: add and update Korean translation

* Update pages.ko/linux/apt-file.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/ark.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/atool.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
코드싸이
2024-11-08 16:21:35 +09:00
committed by GitHub
parent cb03fe18ae
commit 38f417243c
80 changed files with 1647 additions and 8 deletions

12
pages.ko/linux/avifenc.md Normal file
View File

@@ -0,0 +1,12 @@
# avifenc
> AV1 이미지 파일 포맷 (AVIF) 인코더.
> 더 많은 정보: <https://aomediacodec.github.io/av1-avif/>.
- 특정 PNG 이미지를 AVIF로 변환:
`avifenc {{경로/대상/입력.png}} {{경로/대상/출력.avif}}`
- 특정 속도로 인코딩 (6=기본, 0=가장 느림, 10=가장 빠름):
`avifenc --speed {{2}} {{경로/대상/입력.png}} {{경로/대상/출력.avif}}`