Help - Search - Members - Calendar
Full Version: What does the different 'options' mean?
Hydrogenaudio Forums > Lossless Audio Compression > Lossless / Other Codecs
mad_arab
flac.exe tells me this when encoding:

options: -P 4096 -b 4608 -m -l 12 -e -q 0 -r 0,6 -V

Is there any way to verify that it uses the -8 quality I specified? The line I use is:

%s -8 -V -T "artist=%a" -T "title=%t" -T "album=%g" -T "comment=EAC0.95pb5=>FLAC 1.1.0m Quality=8" -T "genre=%m" -T "date=%y" -T "tracknumber=%n"
krmathis
Why the complicated command settings, when all you need is:
CODE
flac.exe --best Filename.wav

dry.gif

Solaris
mad_arab
Forgot to say, this is the command for extracting with EAC.

Tried replacing -8 with --best, flac.exe still reports the same. I'd just like to have confirmed that it is indeed using the setting for the highest compression.
Thinky
From the FLAC documentaion:
-8, --compression-level-8: Synonymous with "-l 12 -b 4608 -m -e -r 6"

Are you shure it reports "-r 0,6"?
mad_arab
Yep, using both -8 and --best. I copied the text right from the prompt.
Thinky
Ah, it's actually ok, because you have to give a min and max value to the -r parameter. If there is only one value given it is interpreted as the max value and 0 is used as the min value.
Stupid... I point to the docs and don't read them properly myself.

So you are encoding with the -8 or --best preset.
mad_arab
That's good to hear. Thanks! smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.