QUOTE
Originally posted by NeoRenegade
But what I want to know is how it's different (if at all) from the commandline I've posted.
If you wanna see the settings used in the official source, go to
http://cvs.sourceforge.net/cgi-bin/viewcvs...e.c?sortby=date
The latest revision of Parse.c is at the moment 1.123 for the latest alpha build, click the annotate in that line, and go to the line 950. You'll see some of the settings used (it says switch mapping for abr, but cbr is forced abr in this case).
So --dm-preset cbr 192 is:
-h -b 192 -m j --nssafejoint --nsmsfix 1.7 --lowpass 19.5 --athtype 2 --nspsytune --ns-bass -2 --scale 0.97
The differences to your switch are: No -Z (dm-preset cbr 192 uses noise shaping type 2 which enables scalefac_scale), nsmsfix 1.7, ns-bass -2, scale 0.97