Some information about the quality levels

Asked by Thorsten Huber

Hey,

what do the quality levels of the video and audio encoding mean? OK, higher is better. But it would be nice if you implement a small info about the bitrates which are hiding behind the number numbers.

Maybe you can answer this question also in the FAQ at http://oggconvert.tristanb.net/

Thank you =)

Question information

Language:
English Edit question
Status:
Solved
For:
OggConvert Edit question
Assignee:
No assignee Edit question
Solved by:
Tristan Brindle
Solved:
Last query:
Last reply:
Revision history for this message
Best Tristan Brindle (tristan-brindle) said :
#1

The answer is "it depends". Brace yourself...

For video, the bitrate used depends for a particular quality setting depends on obvious factors like the resolution of the video and the framerate (the more data there is, the more bits the encoder needs to use to reach a certain quality level). But it also depends on how "easy" it is for the encoder to do its job; if you have a video with very little motion and a fixed background (someone reading the news, for example), the encoder can generate a high-quality image without using a high bitrate. On the other hand, a video with lots of fast-moving action (like sports coverage for example) will need to use a much higher bitrate to attempt to achieve the same quality.

It's a bit simpler for audio. The bitrate used depends on the number of channels and the sample rate (and the sample size), but for a CD standard 44,100Hz stereo the Vorbis encoder uses, from memory, a target bitrate of 112kbps for its VBR encoding at OggConvert's default quality level of 3.

Quality-orientated encoding, allowing the encoder lots of leniency to decide on the best parameters, in general produces the best output, which is why OggConvert takes this approach -- it's especially important when transcoding from one lossy format to another. On the other hand, I'm very aware that it's annoying that in general you'll have no idea of the output file size when you start transcoding a video. Fixed-bitrate encoding is definitely something I'd like to add at some point.

Revision history for this message
Thorsten Huber (softknight) said :
#2

Thanks Tristan Brindle, that solved my question.

Revision history for this message
Baldrick (bheath-nz) said :
#3

Whenever I use Oggconvert set to audio quality=9, it always comes up as 320kbps, which is exactly what I want. I considered this was infact a CBR due to this. If it was VBR then wouldn't the output file vary in bitrate? IE: one file might be 318, another 325, etc...

Cheers