I just upgraded to the latest MC12 V12.0.251
It has been a few months since I upgraded versions, and now the "MP3 Encoding Options" has changed. By default the "Custom Command Line Switches (advanced)" is selected with "lame.exe --preset fast standard" as the settings.
Before the upgrade I was using "VBR Encoding" with the "fast" option. I don't remember the "Target Quality" setting, but I think it was the second from highest.
I have a lage .ape library and do not want to clear the huge cache!!! I assume the "--preset fast standard" settings are designed to mimic my previous settings??? If so then good on JR for automatically generating that option and making it the default. By wow a simple note on the dialog to explain this would have been nice.
Can someone please confirm that this is indeed the case? I want all my portable music to be converted from my .ape library in a very similar manner. (I would love lossless on my 60GB iPod but understand that this is still not a simple matter).
Thanks in advance.
"lame.exe --preset fast standard" uses exactly the same encoder adjustments as the currect "High" VBR option.
The former "fast" switch means the same as "--vbr-new", which is now the default VBR mode.
The new MP3 encoding options are explained in this thread:
http://yabb.jriver.com/interact/index.php?topic=36445.0I think if u use fast-option you don't even use lame. I think u used gogo (fast option encoder) in the past. But this codec is for cbr-encoding.
If you want to use portable mp3 vbr use the portable preset or something like this in command line:
-V6 --vbr-new (~115 kbps), -V5 --vbr-new (~130 kbps) or -V4 --vbr-new (~160 kbps)
tn1
Gogo is used only when the "Faster CBR encoding" option is is selected. All other options use LAME.
LAME has much better quality at all bitrates, but GoGo is about 3x faster. In my opinion GoGo is useful if you are in a hurry and you can afford to use a bitrate of 192 kbps or more. Below that the quality problems start to be more or less audible.
Previously the LAME VBR options had a tickbox for the newer fast mode. If someone wants to use the old slower VBR mode for some reason it is possible to use -V 5, -V 2, -V 0 etc without the --vbr-new part in the custom dialog.