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: Question about lame MP3 and low pass filter (Read 7904 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Question about lame MP3 and low pass filter

Hi guys, I use lame mp3 + EAC to rip my cd. I use the command line --preset extreme that include a low pass filter 22.1 kHz. I noticed that some tracks are ripping with a transion band of 16 kHz. Is it normal? The song is original mastered at 16 kHz?
"Always account for the change."

Re: Question about lame MP3 and low pass filter

Reply #1
Quote
The song is original mastered at 16 kHz?
You can check it if you rip to a lossless format and analyze it. With lossy it's hard to tell if it was there before or not.

Quote
Is it normal?
Yes, it is normal, especially for MP3.

Quote
I use the command line --preset extreme that include a low pass filter 22.1 kHz
Why not simply -V 0 instead?
a fan of AutoEq + Meier Crossfeed

Re: Question about lame MP3 and low pass filter

Reply #2
Quote
Why not simply -V 0 instead?

Because preset extreme include this command: -m j -V 0 -q 0 -lowpass 22.1 --vbr-new -b 32

I checked source Wav and I see this:



And this is mp3 file:

"Always account for the change."

Re: Question about lame MP3 and low pass filter

Reply #3
Quote
Because preset extreme include this command: -m j -V 0 -q 0 -lowpass 22.1 --vbr-new -b 32

…And why do you need any of that?
`--vbr-new` should be the default in recent versions of LAME.
Same for `-m j`.
-b 32 is pointless, as it's the lowest possible bitrate anyway. VBR mode already has no reason to use anything higher when encoding silence.

The questions remains for `-lowpass 22.1` and `-q 0`: why do you think it's needed?

Also please upload pictures to a host that supports HTTPS, otherwise they won't be displayed here on most modern browsers because of mixed content policy. https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content
a fan of AutoEq + Meier Crossfeed

Re: Question about lame MP3 and low pass filter

Reply #4
I can't edit the post with image....if you want I past image's link. About command line, I repeat that preset extreme include all those built-in command. It's a dev lame option. But the point is the lowpass filter, if lame cut some frequency from original source.

Here's wave file:

http://oi63.tinypic.com/ka0bd2.jpg

And here's mp3 file:

http://oi67.tinypic.com/11v1b8k.jpg
"Always account for the change."

Re: Question about lame MP3 and low pass filter

Reply #5
But the point is the lowpass filter, if lame cut some frequency from original source.
So, why do you want to adjust the lowpass filter settings?
Unless you are supernaturally sensitive to these frequencies, it will only reduce the quality. Default LAME settings are a result of a lot of tuning standing on extensive listening tests.
a fan of AutoEq + Meier Crossfeed


Re: Question about lame MP3 and low pass filter

Reply #7
But the point is the lowpass filter, if lame cut some frequency from original source.
So, why do you want to adjust the lowpass filter settings?
Unless you are supernaturally sensitive to these frequencies, it will only reduce the quality. Default LAME settings are a result of a lot of tuning standing on extensive listening tests.

I think you don't understand....I don't touch low pass filter. Preset extreme has a low pass default of 22.1kHz (and I know that I'm unable to hear at 22.1kHZ). My question was if is it normal that some songs are cutted at 16kHz frequency and others not.
"Always account for the change."

Re: Question about lame MP3 and low pass filter

Reply #8
The whole point of perceptual compression is that if you can't hear it, don't waste bits on it.

The encoder looks at high frequencies, decides that they are being masked by louder lower frequencies, and voila, they are gone!

Re: Question about lame MP3 and low pass filter

Reply #9
Yes, it's perfectly normal for LAME; lowpass filter is not the only part of it that removes frequencies, there's also psy model that decides which frequencies aren't perceivable and it decides that >16k frequencies are unnecessary more often than not.
a fan of AutoEq + Meier Crossfeed

Re: Question about lame MP3 and low pass filter

Reply #10
I've never tried this but just as an experiment, you could try high-passing at 10-15kHz (with Audacity or your favorite audio editor).    You might want to boost the level too since there won't be much amplitude remaining.    There should be less masking and LAME should see those high frequencies as more important.

 

Re: Question about lame MP3 and low pass filter

Reply #11
Ok guys, thanks a lot!  Now I understood that it's normal. I also think that it's time to move with FLAC format to get a very good quality to use with serious HI-FI.
"Always account for the change."