System Grab Bag

View all TLDR pages from common (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.