27 September, 2016, 11:33:48 AM by
tycho | Views: 983 | Comments: 8
lossyflac v1.2 converts between WAV/FLAC and lossy.flac/lwcdf.flac
Resulting lossy.flac and flac files store tags and picture art from input.
Usage: lossyflac inputfile... [lossywav-options] [@ flac-options]
This tool makes it easy to convert back and forth between FLAC and lossy.flac + lwcdf.flac files, while maintaining tags and picture art. Required tools are flac.exe, metaflac.exe and lossyWAV.exe somewhere in %PATH%. Un-comment the line: REM set "dir=%~dp0" to use tools placed in the same folder as lossyflac.cmd instead of PATH.
Some examples
1) Convert all flac and wav files in current folder to lossy.flac files (keeps flac tags and art).
lossyflac *.flac *.wav -o outdir -s o @ -6
2) Convert all flacs in folder into tagged lossy.flac and correction files (lwcdf.flac)
lossyflac *.flac -o lfdir -C -f
3) Reconstruct (merge) all the original tagged flac files from lossy.flac and correction flac files.
lossyflac lfdir\*.lossy.flac -M -o flacdir
Changes
1.2
- fixed argument parsing of - for stream in.
- option -o outname corrected. Will now work with dBpoweramp and others.
- temporary files now in %TEMP% folder, not output.
1.1
- fixed handling of special characters in file names.