mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 11:54:23 +00:00
Update cheatsheets
This commit is contained in:
17
afconvert
Normal file
17
afconvert
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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.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 ...}}`
|
||||
Reference in New Issue
Block a user