1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 09:15:28 +02:00
tldr/pages/common/reflac.md

25 lines
550 B
Markdown
Raw Normal View History

2020-02-26 00:19:03 +00:00
# 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}}`
2020-02-26 00:19:03 +00:00
- Display filenames as they are processed:
`reflac {{[-v|--verbose]}} {{path/to/directory}}`
2020-02-26 00:19:03 +00:00
- Recurse into subdirectories:
`reflac {{[-r|--recursive]}} {{path/to/directory}}`
2020-02-26 00:19:03 +00:00
2020-12-04 07:37:44 -05:00
- Preserve file modification times:
2020-02-26 00:19:03 +00:00
`reflac --preserve {{path/to/directory}}`