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: lame 3.96.1 and eac 0.95b2 (Read 4936 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

lame 3.96.1 and eac 0.95b2

I'm sorry I am a noob. How do I exactly use the presets? I can't seem to find it. And is EAC the best ripper out there?


lame 3.96.1 and eac 0.95b2

Reply #2
If I this is right, I should put in the additional command line options is one of these commands?
Quote
ID3v1:
--alt-preset standard --id3v1-only --ta "%a" --tt "%t" --tl "%g" --ty "%y" --tn "%n" %s %d

ID3v2:
--alt-preset standard --id3v2-only --pad-id3v2 --ta "%a" --tt "%t" --tl "%g" --ty "%y" --tn "%n" %s %d

ID3v1 and ID3v2:
--alt-preset standard --add-id3v2 --pad-id3v2 --ta "%a" --tt "%t" --tl "%g" --ty "%y" --tn "%n" %s %d

APEv2: (requires wapet.exe)
%d -t "Artist=%a" -t "Title=%t" -t "Album=%g" -t "Year=%y" -t "Track=%n" -t "Genre=%m" lame.exe --alt-preset standard %s %d

(You can change --alt-preset standard to any setting/preset you'd like to use)


And I should change the --alt-preset standard to --alt-preset insane?

So If I chose ID3v1 and ID3v2, I should put --alt-preset insane --add-id3v2 --pad-id3v2 --ta "%a" --tt "%t" --tl "%g" --ty "%y" --tn "%n" %s %d to the additional command line right?

And this new switches, added in 3.95.1 does it come in 3.96.1?
Quote
Switch            equals               target  Y  b  lowpass resample
-V 0            = --preset extreme       240     128  19500
-V 0 --vbr-new  = --preset fast extreme  240     128  19500
-V 1                                     210     128  19000
-V 1 --vbr-new                           210     128  19000
-V 2            = --preset standard      190     128  19000
-V 2 --vbr-new  = --preset fast standard 190     128  19000
-V 3                                     175   1      18000
-V 3 --vbr-new                           175   1      18000
-V 4            = --preset medium        165   1      18000
-V 4 --vbr-new  = --preset fast medium   165   1      18000
-V 5                                     130   1      17000
-V 5 --vbr-new                           130   1      17000
-V 6                                     115   1      16000
-V 6 --vbr-new                           115   1      16000
-V 7                                     100   1      14900   32000
-V 7 --vbr-new                           100   1      14900   32000
-V 8                                      85   1      12500   32000
-V 8 - vbr-new                            85   1      12500   32000
-V 9                                      65   1      10000   24000
-V 9 - vbr-new                            65   1      10000   24000


What is the highest settting? -V 0 right? And "-V 0" is all I need to put in the Additional Commandline switches?

lame 3.96.1 and eac 0.95b2

Reply #3
Unless you fall outside of the bell-shaped curve of HA listeners, "--alt-preset standard" will work well for you. 
Nov schmoz kapop.

lame 3.96.1 and eac 0.95b2

Reply #4
Quote
What is the highest settting? -V 0 right? And "-V 0" is all I need to put in the Additional Commandline switches?

-V 0 would just replace the --alt-preset standard part, so:

-V 0 --id3v2-only --pad-id3v2 --ta "%a" --tt "%t" --tl "%g" --ty "%y" --tn "%n" %s %d

-V 0 is basically --alt-preset insane, while -V 2 is basically --alt-preset standard.

As boojum says, --alt-preset standard is very likely to be perfectly adequate for you.  Try encoding a few songs from different genres at -V 0 and -V 2 and see if you can tell the difference.  I can't.

Considering your quoted commands I would suggest that you use:

-V 2 --id3v2-only --pad-id3v2 --ta "%a" --tt "%t" --tl "%g" --ty "%y" --tn "%n" %s %d
I'm on a horse.

lame 3.96.1 and eac 0.95b2

Reply #5
Thanks. And --alt-preset standard is VBR right?

Just got my 60gb 4G iPod. Would be useful to have high-quality mp3s.

lame 3.96.1 and eac 0.95b2

Reply #6
Quote
Thanks. And --alt-preset standard is VBR right?
[{POST_SNAPBACK}][/a]

[a href="http://wiki.hydrogenaudio.org/index.php?title=LAME#VBR_.28Variable_bitrate.29_settings]Yes[/url]

lame 3.96.1 and eac 0.95b2

Reply #7
Quote
Thanks. And --alt-preset standard is VBR right?

Just got my 60gb 4G iPod. Would be useful to have high-quality mp3s.
[a href="index.php?act=findpost&pid=315811"][{POST_SNAPBACK}][/a]


I know its off topic but why not use iTunes AAC [using EAC with ottos iTunesEncode] I find that 128k setting perfectly fine for my ears and I don't waste as much space as i would by using preset standard. It's just a suggestion
Morality, like art, means drawing a line someplace. (Oscar Wilde)

Doktor Lorenz

lame 3.96.1 and eac 0.95b2

Reply #8
Thanks. Btw, what are these tags for --ta "%a" --tt "%t" --tl "%g" --ty "%y" --tn "%n" %s %d?

lame 3.96.1 and eac 0.95b2

Reply #9
All items beginning with a % are EAC placeholders.

The first part:

--ta "%a" --tt "%t" --tl "%g" --ty "%y" --tn "%n"

is used to set the tags - e.g.: --tn "%n" will set the tracknumber from the EAC placeholder %n.

%s is the path to the temporary wave file EAC creates (the source), and %d is the path to the destination file.
I'm on a horse.

lame 3.96.1 and eac 0.95b2

Reply #10
Quote
-V 0 is basically --alt-preset insane
[a href="index.php?act=findpost&pid=315784"][{POST_SNAPBACK}][/a]
-V0 is --(alt-)preset extreme. -b 320 is --(alt-)preset insane.

lame 3.96.1 and eac 0.95b2

Reply #11
Quote
-V0 is --(alt-)preset extreme. -b 320 is --(alt-)preset insane.

Apologies.  Yes.  I always get those two mixed up.

Many thanks for clearing up my mistake.
I'm on a horse.

lame 3.96.1 and eac 0.95b2

Reply #12
Quote
Quote
-V 0 is basically --alt-preset insane
[a href="index.php?act=findpost&pid=315784"][{POST_SNAPBACK}][/a]
-V0 is --(alt-)preset extreme. -b 320 is --(alt-)preset insane.
[a href="index.php?act=findpost&pid=315955"][{POST_SNAPBACK}][/a]

Out of curiosity (I don't use MP3), is there any difference between --alt-preset standard and --preset standard?

 

lame 3.96.1 and eac 0.95b2

Reply #13
Quote
Quote
Quote
-V 0 is basically --alt-preset insane
[a href="index.php?act=findpost&pid=315784"][{POST_SNAPBACK}][/a]
-V0 is --(alt-)preset extreme. -b 320 is --(alt-)preset insane.
[a href="index.php?act=findpost&pid=315955"][{POST_SNAPBACK}][/a]

Out of curiosity (I don't use MP3), is there any difference between --alt-preset standard and --preset standard?
[a href="index.php?act=findpost&pid=316000"][{POST_SNAPBACK}][/a]

if your using LAME version 3.95.1 or greater then use --preset
otherwise use --alt preset
all they have done is change the naming format
Who are you and how did you get in here ?
I'm a locksmith, I'm a locksmith.