afconvert: add Korean translation (#11666)

pull/23/head
HoJeong Im 2023-12-05 23:26:17 +09:00 committed by GitHub
parent 2b3b55605c
commit 65acdc0bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# afconvert
> AFF와 원시 파일 형식 간의 변환.
> 더 많은 정보: <https://manned.org/afconvert.1>.
- 특정 확장자 사용(기본값: `aff`):
`afconvert -a {{확장자}} {{경로/대상/입력_파일}} {{경로/대상/출력_파일1 경로/대상/출력_파일2 ...}}`
- 특정 압축 단계 사용(기본값: `7`):
`afconvert -X{{0..7}} {{경로/대상/입력_파일}} {{경로/대상/출력_파일1 경로/대상/출력_파일2 ...}}`