tldr/pages/common/afconvert.md
Emily Grace Seville 19e15a15a3
afconvert: add page (#9683)
* Add `afconvert` page

* Apply review suggestions from:
- https://github.com/tldr-pages/tldr/pull/9683/files#r1059363364
2023-01-01 14:42:32 +10:00

409 B

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 ...}}