QUOTE
Originally posted by Radboy
Hi & thanks.
I'm trying to help out some encoding newbies, so simpler is better.
Nice to know that some people seem to agree with this sentiment
QUOTE
I didn't know about the new 'alt' presets .. should I? (are they worth learning?)
Well probably. --alt-preset is just --dm-preset renamed. The idea is that instead of only a handful of vbr presets as with the dm-presets, the alt-presets build upon that and add abr and cbr modes as well as signifying changes in the older dm-preset vbr modes. I'm trying to create a totally new "suite" of presets so that there should be something for nearly every situation.
QUOTE
I particuipated in the listening test at r3mix forums a few months ago, and was impressed by the quality of the -dm presets (I have good equipment).
The new --alt-preset standard should be significantly higher quality than --dm-preset standard in some cases, and the bitrate is lower as well. Currently this mode is still in a "testing" phase, though for the most part it should be more "stable" in relation to quality than even the old --dm-preset standard was. You can learn more about it in this thread:
http://www.hydrogenaudio.org/forums/showth...s=&threadid=411
QUOTE
Std: --nspsytune -V2 -mj -h --lowpass 19.5 -b112 --nssafejoint --athtype 4 --dm-highfreq 3
If you consider the new "standard" mode which is soon to replace this, then this is no longer accurate. However, for the current "official" LAME compiles this is correct, even if it is not up to date with what I am working on at the moment.
QUOTE
Xtr: --nspsytune -V2 -mj -h --lowpass 19.5 -b112 --nssafejoint --athtype 2 --dm-highfreq 3
Add an -X3 and you'd be up to date.
QUOTE
Ins: --nspsytune -V0 -mj -h --lowpass 19.5 -b128 --nssafejoint --athtype 2 -Z
Insane is no longer VBR. Instead it is 320kbps CBR.
The equivalent line would be:
--nspsytune -b320 -h -mj --nssafejoint --lowpass 20 --athtype 2 -X3 -Z
Note however that with the extreme and insane profile, I will be adding some of the same modifications that --alt-preset standard uses, for which there are no actual command line switches, they have to be enabled internally instead.