reflac: add page
This commit is contained in:

committed by
Agniva De Sarker

parent
bb5022546d
commit
6a93d4470a
24
pages/common/reflac.md
Normal file
24
pages/common/reflac.md
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# 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}}`
|
||||||
|
|
||||||
|
- Perserve file modification times:
|
||||||
|
|
||||||
|
`reflac --preserve {{path/to/directory}}`
|
Reference in New Issue
Block a user