Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: EAC settings to manage VBR quality (Read 6430 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

EAC settings to manage VBR quality

Hello,

I've read all the posts I can find on this subject but my question still remains. I am using EAC and external LAME mp3 encoder and everything is fine except one thing: I can't find a way to choose the quality combination I want.

The internal use of LAME encoder at 320 bitrate only allows constant. So I used the external encoder (also LAME encoder, recently downloaded) and it gives me limited options for the bitrate. I can do 320 CBR or I can only go up to 192 for VBR.

What I want is 320 VBR. I've tried everything I can think of but my knowledge is limited. I could really use some help as I have been trying to encode my collection of 800 CDs for quite some time and I just cannot figure out how to make this combination work in EAC.

Up till now, I have been ripping WAVs with EAC then using CDex to encode them into MP3s which gives me control of every MP3 quality setting option. The problem with this method is I can't get CDex to insert ID3 tags, so every track shows up as "unkown" on my MP3 player. I would prefer to use EAC for the whole thing so I can get the ID3 tags as well as 320 VBR high quality MP3s.

Thanks for reading.

EAC settings to manage VBR quality

Reply #1
Check the wiki page.

There is a screenshot there, to show you how the dialogue should be set up.  Basic upshot: Parameter passing scheme: "User Defined Encoder", and a command line something like:

-V0 --vbr-new --ta "%a" --tt "%t" --tg "%m" --tl "%g" --ty "%y" --tn "%n" %s %d

-V0 is the best VBR setting you can get, and will produce files with an average bitrate between 220 and 260kbps.  It will use 320kbps where required.

All this is in the article.

Edit: From your post I can only assume that you were using the parameter passing scheme of "LAME MP3 Encoder" in conjunction with the bitrate dropdown.  The settings above do not make use of the dropdown (again, it's in the article, IIRC).  This allows you the greatest flexibility, as you are using the command line interface directly.
I'm on a horse.

EAC settings to manage VBR quality

Reply #2
Synthetic Soul,

Thanks so much for your help. I figured out what all those codes are for the command line which was the main hurdle I had before. I even managed to get 1 CD perfectly ripped and encoded but the next one didn't work.

I read the wiki and made sure all my setting match. I click on the MP3 button in EAC and everything starts well enough. I even get a mesage it's using the external codec to encode, but now the results are that I get only the ripped WAV file, no MP3.

I've simplified the command line to a bare minimum in case that's the problem, but even then I still get no MP3 output even though it says it's encoding. I searched my entire system but it's not to be found anywhere.

I've been fighting with this for over an hour trying every variation without luck. The only thing that works is if I return to the internal encoder and choose 320 CBR. Any ideas?

Here's a screenshot of my settings. I can't find the error.




EAC settings to manage VBR quality

Reply #3
You should read List of recommended LAME settings, before posting topics in MP3 - General.
It is an essential guide for starter and answer your questions.

EAC settings to manage VBR quality

Reply #4
The minimum command line would be:

-V0 --vbr-new %s %d

The %s and %d are required, to tell LAME the input (%s) and output (%d) files.

The LAME DLL tab will bear no relevance if you have "Use external program for compression" checked.
I'm on a horse.

EAC settings to manage VBR quality

Reply #5
Thanks once again, Synthetic Soul. And thank you Haregoo for the link. I did read that as well as numerous other posts, but I did not understand the details of it until Synthetic Soul pointed out what was required and what was irrelevant in my approach.

I did my best to figure it out through reading, but after 3 hours, I was still stuck. Now everything is working thanks to the kind advice. All the information on the FAQs was just at the edge of my grasp, but the explanations here gave me the final push I couldn't have done by myself. Thank you!

Re: EAC settings to manage VBR quality

Reply #6
Hello,

I've read all the posts I can find on this subject but my question still remains. I added Lame in User Defined Encoder. How do I set up the V0 correctly?
Should I put V0 --preset extreme %s %d in the command-line?
What bitrate should I set up? Is is a sort of everage bit rate? Is there any difference if I put 128 or 192?

Thank you!

Re: EAC settings to manage VBR quality

Reply #7
You replied to a thread over 14 years old. EAC's placeholder settings have changed.
See https://wiki.hydrogenaud.io/index.php?title=EAC_and_Lame
"Bit rate" and "High/Low quality" settings are disabled with 'User Defined Encoder' without special placeholders in the 'Additional command-line options' (examples in the article linked above).
-V 0 and --preset extreme mean the same thing. You use one or the other, not both.
korth