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: [dBPoweramp] Quality Presets Reversed? (Read 5728 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[dBPoweramp] Quality Presets Reversed?

I have been using dBPoweramp for quite sometime, I am currently using R12.3 with LAME 3.97. For what I see from the Spectral Frequency view in Adobe Audition, the High preset seems to have much more data loss (higher frequency parts) than the Low preset. Is this normal? or there's something which is not fine.. Below are the screenshots:


dBpowerAMP:


Original


Fast (Low Quality)


Normal


Slow (High Quality)



The High Quality preset did take longer time to complete than the Normal and Low Quality preset. From what I observed from the Spectral Frequency display, Low Quality seems to retained most data.

 

[dBPoweramp] Quality Presets Reversed?

Reply #1
HF extension does not equal sound quality.

Since we do not hear graphs, do you actually *hear* any difference? At 320k CBR, except for problem samples, anything is with very high probability transparent and indistinguishable from the original in a double blind test.

"High" takes longer to encode, so the encoder "thinks harder" of encoding decisions - maybe this is why it does not use so many bits for HF parts which one cannot hear anyways and uses them to avoid problems (artefacts) in other sonic ranges (so the encoder is being 'smart', while in low quality mode, it just encodes everything). Just a theory though.

If you have the time, do an ABX test with your music!  You might find that 320k is way overkill...

[dBPoweramp] Quality Presets Reversed?

Reply #2
Doesn't the lame tag tell you exactly which switches were used in encoding?

[dBPoweramp] Quality Presets Reversed?

Reply #3
Doesn't the lame tag tell you exactly which switches were used in encoding?


I don't see any tags or parameters available..

So for 320k encodings, should I choose High, Normal or Low for the preset?

[dBPoweramp] Quality Presets Reversed?

Reply #4
I don't see any tags or parameters available..

Try the LameTagGUI tool: http://phwip.wordpress.com/home/audio/

Quote
So for 320k encodings, should I choose High, Normal or Low for the preset?

The recommended switch is plain -b 320. (http://wiki.hydrogenaudio.org/index.php?title=LAME)

If dbPoweramp uses it for "normal" quality then it should be fine.

[dBPoweramp] Quality Presets Reversed?

Reply #5
Those values go into:

lame_set_quality(lgf, EncodingQuality);

Where Normal = 5
Fast = 7
Slow = 2

From lame docs (in one place):

  internal algorithm selection.  True quality is determined by the bitrate
  but this variable will effect quality by selecting expensive or cheap algorithms.
  quality=0..9.  0=best (very slow).  9=worst.
  recommended: 

2    near-best quality, not too slow
5    good quality, fast
7    ok quality, really fast

In another place:

/*
* Internal algorithm selection.
* True quality is determined by the bitrate but this variable will effect
* quality by selecting expensive or cheap algorithms.
* quality=0..9.  0=best (very slow).  9=worst. 
* recommended:  3    near-best quality, not too slow
*              5    good quality, fast
*              7    ok quality, really fast
*/

Lame.exe defaults to 3 as far as I can tell. For R13 I will also switch to 3.

[dBPoweramp] Quality Presets Reversed?

Reply #6
Do you mean you will switch normal to 3 in R13?

Also, is there anyway to change the quality values in R12?

Another also XD, is it really that the higher quality it goes, it will encode less high frequency to minimize artifacts? It doesn't seems quite right to me... When I compared it with the full quality wav file, shouldn't the quality/data loss be looked for?

Thanks.

[dBPoweramp] Quality Presets Reversed?

Reply #7
>Do you mean you will switch normal to 3 in R13?

Yes

>Also, is there anyway to change the quality values in R12?

Only between 2, 5, 7

If you want the best recommended mode select Encoding = Slow