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/reflac.md
Starbeamrainbowlabs 6a93d4470a reflac: add page
2020-03-02 08:57:26 +05:30

24 lines
523 B
Markdown

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