logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Recompress FLAC - Compress Audio Files with Reflac | Online Free DevTools by Hexmos

Recompress audio files with Reflac. Reduce FLAC file sizes while preserving metadata. Improve storage efficiency and audio quality using lossless compression. Free online tool, no registration required.

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}}

  • Display filenames as they are processed:

reflac {{[-v|--verbose]}} {{path/to/directory}}

  • Recurse into subdirectories:

reflac {{[-r|--recursive]}} {{path/to/directory}}

  • Preserve file modification times:

reflac --preserve {{path/to/directory}}

See Also