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):
|
|
|
|
|
2025-04-25 21:19:03 +03:00
|
|
|
`reflac {{[-8|--best]}} {{path/to/directory}}`
|
2020-02-26 00:19:03 +00:00
|
|
|
|
|
|
|
- Display filenames as they are processed:
|
|
|
|
|
2025-04-25 21:19:03 +03:00
|
|
|
`reflac {{[-v|--verbose]}} {{path/to/directory}}`
|
2020-02-26 00:19:03 +00:00
|
|
|
|
|
|
|
- Recurse into subdirectories:
|
|
|
|
|
2025-04-25 21:19:03 +03:00
|
|
|
`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}}`
|