QUOTE(mavis @ Nov 22 2004, 08:17 PM)
Hello,
I'm sorry to ask such a lame question (no pun intended, lol) for my first post here, but I haven't been able to find the answer.
At some point in the last month or two I stumbled across some switches someone online that sounded good to me, so I started using them in EAC with LAME 3.96.1 ... I'm basically wondering if these are in fact good settings. I'm in the process of ripping some of my CD collection to MP3 and I would like the MP3s to be VERY good quality, being mindful of disc space to some extent (20GB iPod) ...
Here's what I've been using: --preset standard -V0 %s %d
Is this any good? Thanks in advance for your help!
--preset standard works just great on my ipod. And is probably the best setting for quality and size consideration. Although 20 gig does go quickly
When using EAC I personally like to populate the ID3 tags as well, to save time. I use the following:
--preset standard -V1 --add-id3v2 --pad-id3v2 --ta "%a" --tt "%t" --tl "%g" --ty "%y" --tn "%n" --tg "%m" --tc "EAC, lame 3.96.1 ps (vbr 192) (--preset standard -V1)" %s %d
Just be sure to have all fields populated in the main EAC screen before extracting and compressing.
The --tc is the comment field and the above format satisfies both ID3v1 and v2 tagging. i.e. older winamp 2.91 only supports v1 tagging and the comment field only displays the first 30 characters (I think) but other programs that display v2 will show the whole comment. Tweak it to your liking
Before 3.96.1 came out and we were using 3.96 some of us were adding the -V1 switch to bump quality a little bit. Some could here the difference, most couldn't.