1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 02:15:27 +02:00
tldr/pages/common/reflac.md
Managor 8e09a08059
common*: refresh old pages part 3 (#16257)
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-04-25 21:19:03 +03:00

24 lines
550 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 {{[-8|--best]}} {{path/to/directory}}`
- Display filenames as they are processed:
`reflac {{[-v|--verbose]}} {{path/to/directory}}`
- Recurse into subdirectories:
`reflac {{[-r|--recursive]}} {{path/to/directory}}`
- Preserve file modification times:
`reflac --preserve {{path/to/directory}}`