afconvert: add page (#9683)

* Add `afconvert` page

* Apply review suggestions from:
- https://github.com/tldr-pages/tldr/pull/9683/files#r1059363364
pull/3/head
Emily Grace Seville 2023-01-01 14:42:32 +10:00 committed by GitHub
parent c8342ccee8
commit 19e15a15a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
pages/common/afconvert.md Normal file
View File

@ -0,0 +1,12 @@
# afconvert
> Convert between AFF and raw file formats.
> More information: <https://manned.org/afconvert.1>.
- Use a specific extension (default: `aff`):
`afconvert -a {{extension}} {{path/to/input_file}} {{path/to/output_file1 path/to/output_file2 ...}}`
- Use a specific compression level (default: `7`):
`afconvert -X{{0..7}} {{path/to/input_file}} {{path/to/output_file1 path/to/output_file2 ...}}`