mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00

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