mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
reflac: add page
This commit is contained in:
parent
bb5022546d
commit
6a93d4470a
1 changed files with 24 additions and 0 deletions
24
pages/common/reflac.md
Normal file
24
pages/common/reflac.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# reflac
|
||||
|
||||
> Recompress FLAC files in-place while preserving metadata.
|
||||
> More information: <https://github.com/chungy/reflac>.
|
||||
|
||||
- Recompress a directory of FLAC files:
|
||||
|
||||
`reflac {{path/to/directory}}`
|
||||
|
||||
- Enable maximum compression (very slow):
|
||||
|
||||
`reflac --best {{path/to/directory}}`
|
||||
|
||||
- Display filenames as they are processed:
|
||||
|
||||
`reflac --verbose {{path/to/directory}}`
|
||||
|
||||
- Recurse into subdirectories:
|
||||
|
||||
`reflac --recursive {{path/to/directory}}`
|
||||
|
||||
- Perserve file modification times:
|
||||
|
||||
`reflac --preserve {{path/to/directory}}`
|
Loading…
Add table
Reference in a new issue