reflac
Recompress FLAC files in-place while preserving metadata.
- 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}
- Preserve file modification times:
reflac --preserve {path/to/directory}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).