mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* Add `afconvert` page * Apply review suggestions from: - https://github.com/tldr-pages/tldr/pull/9683/files#r1059363364
12 lines
409 B
Markdown
12 lines
409 B
Markdown
# 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 ...}}`
|