QUOTE(totalz @ Aug 2 2005, 11:28 PM)
What's the best way to determine lowest bitrate for encoding with lame-3.90.3 ABR for a clip? I mean without losing any sampling rate, but can that be helped by using the resample option!? And i also want to "keep the quality", as long as most people won't hear the difference!!
Now, I'm trying to find a program that will tell me the highest frequency of a clip so i can determine which bitrate to use!! Should this be my approach?
As the others say, you probably shouldn't use the commandline setting that you mentioned. Also, you'd likely be better off using a newer encoder for lower-bitrate use. In my understanding, Lame 3.96.1 and 3.97alpha11 have been significantly improved for lower bitrates - you should use either of these encoders, with the -V switches (-V5 will produce VBR files with a 128 target bitrate, -V6 will be lower). If you're using 3.97alpha, you should use --vbr-new as well (so your commandline in 3.97 would be -V5 --vbr-new).
That all taken care of, I'm unclear (and probably am unclear because you are unclear) about
(a) what you want to do, and
(b) why you want to do it. What do you mean by "a clip" and why are you worried about it?
Lower bitrate does make clipping more likely in my experience, but not a lot. Determining the "highest frequency of a clip" won't really help you figure out what bitrate to use. And clipping isn't the main thing that hurts sound quality anyway.
Let me assume that your major concern is for sound quality, so that "most people won't hear the difference" in comparison to the original .wav file (the exact copy of the audio data on the cd). The answer depends on how good your equipment is, where you're going to be listening, and how good your hearing (and the hearing of "most people") is. If your ears are very perceptive and you have good equpment and you want to "archive" your songs, I (and most others in this forum) would recommend that you use Lame -V2. If you're looking to just be able to listen to the music and not have problems with the encoding jump out at you and be annoying, then you might be okay with -V5 or -V6. If you're somwhere in between these, then I'd recommend that you use -V4.
(Note: -V2 means the same as --alt-preset standard, and -V4 means the same as --preset medium.)
edit: formatting, and made a couple statements clearer