HydrogenAudio

Lossy Audio Compression => MP3 => MP3 - General => Topic started by: swayzak on 2009-07-12 20:05:01

Title: Lame extreme command line for EAC ?
Post by: swayzak on 2009-07-12 20:05:01
Hi

I'm currently rebuilding a system, but stupidly forgot to keep the command line for the Lame Extreme preset.

Can anyone give me it, so I can just paste in to the External Compression commandline field ?

EAC 0.99 prebeta 5
Lame 3.98.2

thanks
Title: Lame extreme command line for EAC ?
Post by: swayzak on 2009-07-12 20:51:39
Hmm . I've tried inserting this into the default command line:

%l-V 5%l%h-V 2%h -V0 --vbr-new %s %d

Still encoding at 320.

Not really sure what I'm doing here I'm afraid ... 
Title: Lame extreme command line for EAC ?
Post by: Alexxander on 2009-07-12 20:51:54
After dedicating 5 seconds to a search in HA:

http://wiki.hydrogenaudio.org/index.php?title=EAC_and_Lame (http://wiki.hydrogenaudio.org/index.php?title=EAC_and_Lame)

--preset extreme or -V 0 (identical) is what you want
Title: Lame extreme command line for EAC ?
Post by: swayzak on 2009-07-12 21:03:25
After dedicating 5 seconds to a search in HA:

http://wiki.hydrogenaudio.org/index.php?title=EAC_and_Lame (http://wiki.hydrogenaudio.org/index.php?title=EAC_and_Lame)

--preset extreme or -V 0 (identical) is what you want


Thanks

Yes I know that, but I'm not particularly skillful at commandline stuff.

Where exactly do i put "-V 0"

As you can see, I tried to put it just behind the vbr-new bit, but didn't work.

Should I keep the preceding commands ("%l-V 5%l%h-V 2%h") etc. ?

I'd be really grateful if someone could just post the exact commandline that I can just paste into the EAC field.

thanks again


Title: Lame extreme command line for EAC ?
Post by: lvqcl on 2009-07-12 21:06:13
Code: [Select]
-V 0 %s %d
Title: Lame extreme command line for EAC ?
Post by: swayzak on 2009-07-12 21:16:49
Code: [Select]
-V 0 %s %d


thanks

I've now tried:

"%l-V 5%l%h-V 2%h --vbr-new -V 0 %s %d"

Still 320kbs (reported in FB2K).

Apologies for being thick here, but any further advice ?


Title: Lame extreme command line for EAC ?
Post by: kornchild2002 on 2009-07-12 23:12:00
Just put -V 0 %s %d in the command line.  Nothing more, nothing less.  That just worked for me with the latest version of EAC and Lame 3.98.2.
Title: Lame extreme command line for EAC ?
Post by: swayzak on 2009-07-13 00:40:31
Just put -V 0 %s %d in the command line.  Nothing more, nothing less.  That just worked for me with the latest version of EAC and Lame 3.98.2.


Thanks

That seems to give more realistic results - although the average bitrate in FB2K is around 280, which is higher than I used to get with Extreme preset.

What does the default EAC commandline do then (%l-V 5%l%h-V 2%h --vbr-new) ?

PS I'm shocked by how much quicker this (now relatively old) E6600 is compared to retired P4 3.06 - CD extracted/compressed in no time at all !
Title: Lame extreme command line for EAC ?
Post by: Alexxander on 2009-07-13 08:33:48
That seems to give more realistic results - although the average bitrate in FB2K is around 280, which is higher than I used to get with Extreme preset.

Could it be earlier you used an older Lame version? V 0 = extreme preset and 280 kbps is rather normal for some music genres encoded with Lame v3.98.2.
Title: Lame extreme command line for EAC ?
Post by: swayzak on 2009-07-13 09:02:40
That seems to give more realistic results - although the average bitrate in FB2K is around 280, which is higher than I used to get with Extreme preset.

Could it be earlier you used an older Lame version? V 0 = extreme preset and 280 kbps is rather normal for some music genres encoded with Lame v3.98.2.


Yes I was - average kbps was about 225. So the bitrate for this "preset" has increased then ?
Title: Lame extreme command line for EAC ?
Post by: shadowking on 2009-07-13 10:43:56
Average is on non-HF noisey content. Try -V0 -Y
This will change HF behaviour for freq > 16khz

Also 3.98 vbr new produces larger files for some presets.
Title: Lame extreme command line for EAC ?
Post by: lvqcl on 2009-07-13 15:15:36
Quote
Yes I was - average kbps was about 225.

For the same album?
Title: Lame extreme command line for EAC ?
Post by: swayzak on 2009-07-14 22:43:37
Quote
Yes I was - average kbps was about 225.

For the same album?


No

But the average kbps for an album (rock / electronica) before was always around 220-240

I also download stuff encoded at Lame Extreme (with older version of Lame) - these also come out at about 220-240.

Never 280
Title: Lame extreme command line for EAC ?
Post by: lvqcl on 2009-07-15 15:39:09
Quote
I also download stuff encoded at Lame Extreme (with older version of Lame) - these also come out at about 220-240.

Can you tell exact LAME version and parameters?
Title: Lame extreme command line for EAC ?
Post by: swayzak on 2009-07-15 20:42:50
Quote
I also download stuff encoded at Lame Extreme (with older version of Lame) - these also come out at about 220-240.

Can you tell exact LAME version and parameters?


Not really - it's AllofMP3 live online encoding and they don't state the exact version of Lame. Many options, but I've always used their Lame Extreme mode (stated as "approx 240 kbps - and this is indeed what I get, not approx. 280).
Title: Lame extreme command line for EAC ?
Post by: Bodhi on 2010-01-10 09:39:16
Code: [Select]
-V 0 %s %d

What about:

Quote
-V 0 --vbr-new %s %d


?
Title: Lame extreme command line for EAC ?
Post by: psycho on 2010-01-10 10:53:54
@Bodhi

--vbr-new is obsolete with LAME 3.98 and above.
Title: Lame extreme command line for EAC ?
Post by: Bodhi on 2010-01-10 10:56:28
Thank you!
Title: Lame extreme command line for EAC ?
Post by: swayzak on 2012-12-15 11:49:54
Hello again

I am trying to set up the latest version of EAC (again) on my Win XP / 7 computers.

I can't get that command line to work for Extreme preset - every time I try to close the compression options window it says there is an error !

Can someone advise please ?


thanks
Title: Lame extreme command line for EAC ?
Post by: Apesbrain on 2012-12-15 14:03:43
There are new placeholders (http://wiki.hydrogenaudio.org/index.php?title=EAC_placeholders) in EAC:

-V0 %source% will work, or:

-V0+ %source% if using "extended (http://www.hydrogenaudio.org/forums/index.php?showtopic=97071)" LAME 3.99.5z.

Be sure to click "Add ID3 tag" box.
Title: Lame extreme command line for EAC ?
Post by: swayzak on 2012-12-15 19:25:45
There are new placeholders (http://wiki.hydrogenaudio.org/index.php?title=EAC_placeholders) in EAC:

-V0 %source% will work, or:

-V0+ %source% if using "extended (http://www.hydrogenaudio.org/forums/index.php?showtopic=97071)" LAME 3.99.5z.

Be sure to click "Add ID3 tag" box.


Thanks

And the file path setting ?