HydrogenAudio

CD-R and Audio Hardware => CD Hardware/Software => Topic started by: hydrogenxx on 2012-01-04 14:38:18

Title: How do I update LAME command line to new EAC’s parameter placeholders?
Post by: hydrogenxx on 2012-01-04 14:38:18
hi, could somenone please write the lame command line option for the newest eac to be exactly like this below i used in the older version, i would be very very thankful:

"-V 0 --vbr-new --add-id3v2 --ignore-tag-errors --ta "%a" --tt "%t" --tg "%m" --tl "%g" --ty "%y" --tn "%n" %s %d"

ok, i tried to fill it in and hopefully this is ok:

"-V 0 --vbr-new --add-id3v2 --ignore-tag-errors --ta "%artist%" --tt "%title%" --tg "%genre%" --tl "%albumtitle%" --ty "%year%" --tn "%tracknr%" %source% %dest%"
Title: How do I update LAME command line to new EAC’s parameter placeholders?
Post by: db1989 on 2012-01-04 15:37:36
That looks fine.

It also provides me with an opportunity to plug my own Knowledge base article: http://wiki.hydrogenaudio.org/index.php?ti...AC_placeholders (http://wiki.hydrogenaudio.org/index.php?title=EAC_placeholders)
Title: How do I update LAME command line to new EAC’s parameter placeholders?
Post by: Sebastian Mares on 2012-01-04 16:23:44
Isn't vbr-new the default meanwhile?
Title: How do I update LAME command line to new EAC’s parameter placeholders?
Post by: db1989 on 2012-01-04 16:33:13
Yes; good point. (I always overlook that!) So that could be removed.
Title: How do I update LAME command line to new EAC’s parameter placeholders?
Post by: hydrogenxx on 2012-01-05 12:41:21
I see, thanks... so, I'm changing it to:

"-V 0 --add-id3v2 --ignore-tag-errors --ta "%artist%" --tt "%title%" --tg "%genre%" --tl "%albumtitle%" --ty "%year%" --tn "%tracknr2%" %source% %dest%"

Oh, another thing, the latest lame.dll tab doesn't seem to show up anymore in the latest version of EAC, the compression options tabs... I have tried putting that same lastest lame.dll in a pre 1.0 EAC folder and the dll tab is there, but in the latest EAC it is not. Anyone knows anything about it maybe?
Title: How do I update LAME command line to new EAC’s parameter placeholders?
Post by: pdq on 2012-01-05 13:41:58
Why would anyone want to use the dll when you can use the exe?
Title: How do I update LAME command line to new EAC’s parameter placeholders?
Post by: lvqcl on 2012-01-05 14:21:29
From News.rtf file in EAC folder:

Quote
LAME DLL produces defective, stuttering MP3s (bug exists since 1.0 beta 1!). By the way, it seems that only LAME.DLL (VC6 compiled) is compatible with EAC...


So it is better not to use it.
Title: How do I update LAME command line to new EAC’s parameter placeholders?
Post by: hydrogenxx on 2012-01-05 15:37:02
Why would anyone want to use the dll when you can use the exe?


I was just interested in why (if) it didn't work anymore in EAC...