1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
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

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