Difference between revisions of "Recommended LAME"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(Adapted the recommendations to LAME 3.97)
(CBR (constant bitrate) settings)
Line 53: Line 53:
 
:: or (ff123's and Hans' suggestion: http://www.ff123.net/cbr128.html ):
 
:: or (ff123's and Hans' suggestion: http://www.ff123.net/cbr128.html ):
 
:: -h --nspsytune --athtype 2 --lowpass 16 --ns-bass -8 --scale 0.93
 
:: -h --nspsytune --athtype 2 --lowpass 16 --ns-bass -8 --scale 0.93
 +
:: but this is only for older Lame versions like 3.90.3, NOT for Lame 3.97b1 and later !
  
:  note: --b 320 is the exact same thing as --preset insane
 
  
 +
:  note: --b 320 is the exact same thing as --preset insane
  
 
==Additional reading==
 
==Additional reading==
  
 
[http://www.hydrogenaudio.org/forums/index.php?showtopic=28124 List of recommended LAME settings] @ HydrogenAudio forum
 
[http://www.hydrogenaudio.org/forums/index.php?showtopic=28124 List of recommended LAME settings] @ HydrogenAudio forum

Revision as of 20:55, 7 October 2005

Note: These settings require Lame 3.97 or later. Lame 3.97 found on this website is the recommended version (Check here to download)

Note: At a given bitrate range, the quality scale usually works to where VBR is higher quality than ABR which is higher quality than CBR (CBR < ABR < VBR in terms of quality). The exception to this is when you choose the highest possible CBR bitrate which is 320kbps. In the case of the named VBR profiles "standard" and "extreme" they are usually "effectively" equal in quality to high bitrate cbr, in the range of around 256 kbps due to their ability to scale down the bitrate when necessary but increase the bitrate beyond 256 kbps on a frame by frame basis also, when that is necessary.


Recommended encoder settings

  • -V 2 or --preset standard (~190 kbit/s, typical 180 ... 220. Best quality / size ratio)
  • -V 2 --vbr-new or --preset fast standard (~190 kbit/s, faster)
  • -V 0 or --preset extreme (~250 kbit/s, typical 220 ... 270. Quality can be a little better than standard)
  • -V 0 --vbr-new or --preset fast extreme (~250 kbit/s, faster)
  • -b 320 or --preset insane (320 kbit/s CBR, highest possible quality, that can be a little higher than extreme)

For high quality on portable MP3 players, you may use --alt-preset standard -Y (around 160 kbit/s). -Y usually limits to 16 KHz, something you likely won't notice unless you have an exeptional hearing.


VBR (Variable bitrate) settings

VBR can be useful to get good quality from a specific quality level. Size is less predictable than with ABR, but the quality is usually better.

-V(number) where number is 0-10, 0 being highest quality, 10 being the lowest.

V0 is ~280kbs V1 is ~250kbs


ABR (average bitrate) settings

(128 kbit/s ABR: roughly the same filesize as 128 kbit/s CBR)

  • ABR Setting tuned from 320 kbit/s down to 80 kbit/s
    • --preset <bitrate>
Example: --preset 200
  • 128 kbit/s ABR
    • -V5 --athaa-sensitivity 1 (when using >= LAME 3.96.1, for best results at 128kbps)
    • --preset 128
or (ff123's and Hans' suggestion: http://www.ff123.net/cbr128.html ):
--abr 128 -h --nspsytune --athtype 2 --lowpass 16 --ns-bass -8 --scale 0.93

CBR (constant bitrate) settings

  • CBR Setting tuned from 320 kbit/s down to 80 kbit/s
    • -b <bitrate>
Example: -b 96
  • 128 kbit/s CBR
    • -b 128
or (ff123's and Hans' suggestion: http://www.ff123.net/cbr128.html ):
-h --nspsytune --athtype 2 --lowpass 16 --ns-bass -8 --scale 0.93
but this is only for older Lame versions like 3.90.3, NOT for Lame 3.97b1 and later !


note: --b 320 is the exact same thing as --preset insane

Additional reading

List of recommended LAME settings @ HydrogenAudio forum