Hi,
I like the simplicity of Max, thanks.
However, what are the correspondences between familiar LAME settings, such as:
--preset standard
--preset extreme
etc?
I think "transparent" is preset standard but I'm not sure.
Also, how do you check what version / install of LAME is being used, and can that be changed?
thanks.
LAME versions and presets
-
- Posts: 68
- Joined: Sat Jan 14, 2006 12:32 am
- Contact:
Re: LAME versions and presets
There aren't directly corresponding settings to the lame presets, but, and I'm not exactly sure, but --preset-extreme probably corresponds to using a Quality encoder target, a high engine quality, 100 as the quality setting, and VBR mode of standard. --preset-standard probably corresponds to Max's Transparent encoder encoder quality preset.
As for which lame version Max uses, that can be found in the Components menu item under the Max application menu. The version cannot be changed.
As for which lame version Max uses, that can be found in the Components menu item under the Max application menu. The version cannot be changed.
Re: LAME versions and presets
Transparent corresponds to "-V 2" on the command line which indeed corresponds to "--preset-standard" (most likely using the "new" VBR mode unless you specifically enable the "old" VBR mode). In Max, this would mean setting the VBR quality slider to 80 and VBR mode to Fast (for "new" VBR) with Quality as the target.metaclam wrote:Hi,
I like the simplicity of Max, thanks.
However, what are the correspondences between familiar LAME settings, such as:
--preset standard
--preset extreme
etc?
I think "transparent" is preset standard but I'm not sure.
Also, how do you check what version / install of LAME is being used, and can that be changed?
thanks.
"--preset-extreme" corresponds to "-V 0" (again most likely using the new VBR mode unless the old is explicitly enabled). In Max this would mean setting the VBR quality slider to 100 with Quality as the target.
"--preset-insane" corresponds to the "Best" option in the MP3 preferences, which is 320 kbps CBR. In Max, set the Target to Bitrate, 320, and check the "Restrict encoder to constant bitrate" checkbox.
Hope this clarifies things!
Re: LAME versions and presets
hi there =)sbooth wrote:"--preset-extreme" corresponds to "-V 0" (again most likely using the new VBR mode unless the old is explicitly enabled). In Max this would mean setting the VBR quality slider to 100 with Quality as the target.
does that also include setting VBR mode to Fast?
More information in this thread: http://sbooth.org/forums/viewtopic.php?t=585