QUOTE(Metallo @ Oct 27 2005, 10:51 PM)
I am new to compression with Flac.
I have applied these compression settings:
-8 -V -T "artist=%a" -T "title=%t" -T "album=%g" -T "date=%y" -T "tracknumber=%n" -T "genre=%m" -T comment="%e" -T "comment=EAC (Secure Mode)" %s
I would recommend this command line for FLAC :
-T "artist=%a" -T "title=%t" -T "album=%g" -T "date=%y" -T "tracknumber=%n" -T "genre=%m" %s
This command line uses FLAC's default compression level(-5). Using -8 will take about 4 times longer to encode and only give a neglible gain in compression ratio... Also i have never used -V(verify), because no FLAC version gets released without having completed a comprehensive test suite of several thousand streams, which gets through a encode-decode-verify process and must pass on several different platforms, and also because the only known reason for verify errors currently, has been because of bad hardware...
-Martin.