snippetbashTip
afconvert — Convert between AFF and raw file formats. More information: <https://manned.org/afconvert>.
Viewed 0 times
commandbetweenandaffconvertcliafconvertraw
Problem
How to use the
afconvert command: Convert between AFF and raw file formats. More information: <https://manned.org/afconvert>.Solution
afconvert — Convert between AFF and raw file formats. More information: <https://manned.org/afconvert>.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 ...}}Code Snippets
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 ...}}Context
tldr-pages: common/afconvert
Revisions (0)
No revisions yet.