
reflac
List of commands for reflac:
-
reflac:tldr:25ead reflac: Recompress a directory of FLAC files.$ reflac ${path-to-directory}try on your machineexplain this command
-
reflac:tldr:31200 reflac: Recurse into subdirectories.$ reflac --recursive ${path-to-directory}try on your machineexplain this command
-
reflac:tldr:46aee reflac: Display filenames as they are processed.$ reflac --verbose ${path-to-directory}try on your machineexplain this command
-
reflac:tldr:d4e02 reflac: Preserve file modification times.$ reflac --preserve ${path-to-directory}try on your machineexplain this command
-
reflac:tldr:e6df7 reflac: Enable maximum compression (very slow).$ reflac --best ${path-to-directory}try on your machineexplain this command