Difference between revisions of "Recommended Ogg Vorbis"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(Recommended Encoder Settings)
(Recommended Encoder Settings: that green overlay might be a little too "fancy" for some folks taste ;-D.)
Line 67: Line 67:
  
  
{| align="left" border="0" style="color:white; background-color:green; border:3px dashed white;" cellpadding="1" cellspacing="9"
+
{| align="left" border="0" style="color:green; background-color:white; border:3px dashed green;" cellpadding="1" cellspacing="9"
 
|+
 
|+
 
| '''Switch''' || '''VBR target kbit/s''' || '''VBR range ~kbit/s''' || '''Channel Coupling''' || '''Noise Normalization'''  
 
| '''Switch''' || '''VBR target kbit/s''' || '''VBR range ~kbit/s''' || '''Channel Coupling''' || '''Noise Normalization'''  

Revision as of 08:58, 29 December 2005

History

(For a highly detailed description of Vorbis historic, check out OggZealot's Ogg Vorbis Historic where Monty also adds a few more details too). Ogg Vorbis reached version 1.0 in July 2002. It is the official Xiph.org encoder (the one you get from vorbis.com). HA codec developer, Garf, did his own tunings, based on version 1.0 to produce GT3b1 and GT3b2. Both encoders showed improved pre echo handling for q values of 5 to 10. It was later judged in an internal listening test that GT3b1 was the better of the two. There was a minor bugfix update earlier that year in March, which only appeared in the CVS at Xiph.org. This consisted of very minor bug fixes, which do more to correct odd problems that may occur rather than improving quality, including (garbled noise output and gaps in streams). This was referred to as Post 1.0 CVS. Quality problems that mainly affected low bitrates were later addressed in a new bugfix (1.0.1) that was released.

Post 1.0.1 CVS was released late December 2003 by Monty at Xiph, and includes a true CBR template. In order to simplify the situation where we had two encoders (1.0.1 and GT3b1), OggDropXP developer John33 merged the sources to give us GT3b2. Once the 128 kbps multiformat test was completed, Aoyumi's aoTuV Vorbis tuning was determined to be the best Vorbis encoder. After the success of aoTuV beta 2 encoder, Xiph.Org merged their tunings into the official CVS branch to produce the long-awaited Vorbis 1.1. Aoyumi's latest release of aoTuV beta 4 encoder as of November 2005, however is now the recommended encoder by 3rd party developers at Hydrogenaudio.

Recommended Vorbis Encoders

(adapted from Recommended Encoder and Settings post compiled by QuantumKnot)

Windows binaries

John33's oggenc2.8 is a special version of the Ogg Vorbis encoder. "Features include compression from lossless files (Monkeys Audio, LPAC, FLAC, OptimFROG, WavPack and Shorten - requires presence of decoders), and the ability to specify 'padding' in the headers for subsequent insertion of Tags." (from Ogg Vorbis page at rarewares)

If you prefer a nice drag-and-drop interface, then you can try John33's OggDropXPd (Windows only). "Features include compression from lossless files (Monkeys Audio, LPAC, FLAC and OptimFROG), auto-tagging, renaming of encoded files, setting of advanced encoder parameters, use of VorbisGain tags on decode, Playlist (.m3u) creation, and others." (from Ogg Vorbis page at rarewares)

(work in progress, guide will be completed soon)

Linux binaries

The static GCC 4 binary was compiled by QuantumKnot.

3rd party source code

The source-code contains modifications mostly to the psychacoustics model and bitrate allocation, i.e (psy.c and bitrate.c)

These are other Ogg Vorbis encoders that were tuned by 3rd party developers (outside of Xiph.Org).

aoTuV beta 4 Now the recommended encoder

Developed by Aoyumi and based on libvorbis 1.1.1, many people have reported this encoder to give better quality at low to medium bitrates. It includes a -q -2 option for the lowest bitrate. According to guruboolez' latest listening test on classical music, aoTuV beta 4 performed magnificently well at -q 6!! (see Aoyumi's website for information above)

Optimized binaries

These are highly optimized encoders developed by the Ogg Vorbis Acceleration Project that are much faster than the standard binary builds with negligible to nearly no effects on audio quality, including speed up routines, i.e (mdct.c)

See Lancer Information and downloads page above

Recommended Encoder Settings

For best results, use the quality settings:

General Command Line Usage:

oggenc -q n inputfile.wav

(where n is a number from -1 to 10)

oggenc -q 5 inputfile.wav

It should also be noted that due to it's inherient VBR nature Vorbis supports fractional numbers, i.e (5.50).


Switch VBR target kbit/s VBR range ~kbit/s Channel Coupling Noise Normalization
-q -1 ~45 kbit/s ~45 - ~64 kbit/s yes yes
-q 0 ~64 kbit/s ~64 - ~80 kbit/s yes yes
-q 1 ~80 kbits/s ~80 - ~96 kbit/s yes yes
-q 2 ~96 kbit/s ~96 - ~112 kbit/s yes yes
-q 3 ~112 kbit/s ~112 - ~128 kbit/s yes yes
-q 4 ~128 kbit/s ~128 - ~160 kbits/s yes yes
-q 5 ~160 kbit/s ~160 - ~192 kbit/s yes yes
-q 6 ~192 kbit/s ~192 - ~224 kbit/s no yes
-q 7 ~224 kbit/s ~224 - ~256 kbits/s no no
-q 8 ~256 kbit/s ~256 - ~320 kbits/s no no
-q 9 ~320 kbit/s ~320 - ~500 kbit/s no no
-q 10 ~500 kbits/ ~500 - ~1000 kbit/s no no