http://cdtag.com/download/reflac.zip
CODE
Re-encode FLAC files with a different version or compression setting.
Safety measures:
- Return values are tested on encode/decode for errors.
- Sample count is compared between original and new file.
- "flac -t" is executed on new file to ensure valid header and stream.
The following metadata blocks are preserved (ie, keep the tags):
VORBIS_COMMENT CUESHEET PICTURE APPLICATION
Usage:
reflac [options] "directory"
Options:
-? : show this screen
-r : recursive
-nb : no backups (default = keep originals as .flac.bak)
-nw : no flac windows
-# : new compression level (0..8)
Safety measures:
- Return values are tested on encode/decode for errors.
- Sample count is compared between original and new file.
- "flac -t" is executed on new file to ensure valid header and stream.
The following metadata blocks are preserved (ie, keep the tags):
VORBIS_COMMENT CUESHEET PICTURE APPLICATION
Usage:
reflac [options] "directory"
Options:
-? : show this screen
-r : recursive
-nb : no backups (default = keep originals as .flac.bak)
-nw : no flac windows
-# : new compression level (0..8)