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: Vorbis RC3 quality settings (Read 4683 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Vorbis RC3 quality settings

RC3 is almost ready to do, and now has two ways to specify encoding:
1) -m minimum -M -maximum b  nominal
2) -q quality

The quality indication goes from 0, which is nominally 64 kpbs, to 10, which is nominally 480kpbs, and is a floating point number.

To get some indication of how bitrate changes as you change the quality setting, take a look here:

http://www.maths.warwick.ac.uk/~jingram/ogg/

I (along with xercist from the #vorbis IRC channel) graphed bitrate-vs-quality for several well known samples, including hard-to-encode ones such as applaud.wav and fatboy.wav. The overall graph is as follows:

http://www.maths.warwick.ac.uk/~jingram/ogg/group.png

The big jump at q=5 is mainly down to the switching to lossless channel coupling. You'll also notice that the bitrate for q=n.99 is generally *larger* than that for q=n+1-- this is because the same settings are used for q in [n, n+1), and they are tuned for the  lower end of that range.

Have fun.

Vorbis RC3 quality settings

Reply #1
The daily binary at rjamorim's site, has the quality option enabled and works fine. As examples, -q 5 produces an ABR of about 160kbps and -q 6 about 192kbps.

john33


 

Vorbis RC3 quality settings

Reply #3
I've updated all the graphs to RC3 (no actual changed in bitrate, given that the encoder on 22/12 basically *was* RC3). I've also added a couple more hard to encode test samples.

In particular, I have a white noise sample. Interestingly, for qualities below 5, encoding this does not expend an enormous amount of bits -- but this soon changes for qualities above 5.5.