This is on Windows, I assume?
Probably nothing will ever beat
EAC +
LAME.
EAC is both very sophisticated and easy to use. It is especially good for trying to rip from problem discs/tracks. It can query online databases to fetch all of the album information. And I do mean all. This can (optionally) include cover art and lyrics. It stuffs the lryics into an
Lyrics3v2 tag, which I had no idea even existed until now. I'm not sure if there's even any players that use this information (VLC doesn't seem to, FWIW), but its neat nonetheless.
A note on EAC's default encoding options for LAME:
Since EAC defaults to using "--vbr-new", the "Bit rate" dropdown actually has no effect. If you have "High Quality" selected, it will encode with the "-V 2" quality setting (~190 kbps VBR). If you have "Low Quality" selected, it will encode with "-V 5" (~150 kbps VBR). It's pretty well accepted that anything beyond -V 2 is like buying $300 gold plated audio cables. And it's pretty debatable whether -V 2 really offers any statistically significant benefit over -V 3. Even at -V 5, most people will have a hard time distinguishing between MP3 and uncompressed original. At the same time, I don't doubt that you can get a slight "castanets" effect (pre-echo on strong impulses like high-hat hits) at -V 5 that won't be audible at -V 3 or better.
Personally, the only thing I might change is bumping the high quality setting down to -V 3. It would be somewhat closer to your target bitrate range, since -V 2 would lay on the upper edge thereof. In other words, change the "Additional command-line options" to:
Code:
%islow%-V 5%islow%%ishigh%-V 3%ishigh% --vbr-new %source% %dest%