Files
cheatsheet-tldr/tldr/afconvert
2025-12-01 00:25:28 +00:00

18 lines
500 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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 ...}}`