Vorbis Encoders: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
No edit summary
(Add AoTuV beta4 encoder with quality tests)
Line 3: Line 3:
* [http://www.geocities.com/Area51/Dungeon/6809/vorbis-optsort-en.html Vorbis-OptSort]: This patch improves source code of the Vorbis codec library(libvorbis-1.0) to accelerate encoding time about 10% (not apply clean on 1.1.1).
* [http://www.geocities.com/Area51/Dungeon/6809/vorbis-optsort-en.html Vorbis-OptSort]: This patch improves source code of the Vorbis codec library(libvorbis-1.0) to accelerate encoding time about 10% (not apply clean on 1.1.1).
: Consider applying it in the next version of libvorbis ;)
: Consider applying it in the next version of libvorbis ;)
* [http://www.geocities.jp/aoyoume/aotuv/ AoTuV beta4 encoder]: Optimized encoder for higher quality. Quality test of AoTuV beta4 vs. libvorbis 1.1.1:
** [http://foobar2000.net/divers/tests/2005.07/80/80TEST_PLOTS_04.png 80Kbps]
** [http://foobar2000.net/divers/tests/2005.07/96/96TEST_PLOTS_04.png 96Kbps]

Revision as of 01:25, 25 October 2005

reported orphaned, broken on sourceforge project forums.
  • Vorbis-OptSort: This patch improves source code of the Vorbis codec library(libvorbis-1.0) to accelerate encoding time about 10% (not apply clean on 1.1.1).
Consider applying it in the next version of libvorbis ;)