2025-03-14 21:59:59 -06:00
|
|
|
# afconvert
|
|
|
|
|
|
|
|
|
|
> Convert between AFF and raw file formats.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://manned.org/afconvert>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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 ...}}`
|