LinuxCommandLibrary

reflac

Recompress FLAC files in-place while preserving metadata.

TLDR

Recompress a directory of FLAC files

$ reflac [path/to/directory]
copy


Enable maximum compression (very slow)
$ reflac --best [path/to/directory]
copy


Display filenames as they are processed
$ reflac --verbose [path/to/directory]
copy


Recurse into subdirectories
$ reflac --recursive [path/to/directory]
copy


Preserve file modification times
$ reflac --preserve [path/to/directory]
copy

Copied to clipboard