logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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