search for: vorbis_enc

Displaying 4 results from an estimated 4 matches for "vorbis_enc".

2004 Aug 06
1
Why is libvorbis so big ?
I've been looking at the organisation of my project trying to trim down it's size a touch... and libvorbis, is really the only think bigger than 100k coming in at over 1 meg .dll I've been looking through the code for vorbis_enc as that's the object file taking 95% of the space, and i can't figure out why it is so damn big... there's only a few thousand lines of code there ! I had a look through all the includes for that object file, and i just can't figure it out. Does it build this large on non-windows p...
2003 Jun 15
1
Sizing down Ogg Vorbis encoder binaries
Not too long ago, I converted my whole cd library to OGG format, because I loved the way it sounded, and the fact that is was open source. Recently, I wanted to update my library with the latest CVS code. I just did a compile of the CVS ogg binaries (ogg.dll, vorbis.dll, vorbis_enc.dll, vorbis_file.dll), and I noticed they were alot larger in size than the default ones that came with CDex. I compiled them with Visual Studio 2003 + ICL7.1 + Release config, and they are 10 times larger than the defaults. Is there a way to size the libraries down? ____________________________...
2004 Aug 06
2
quality setting vs cpu utilisation
...0.1) against setting quality to 9. Is this normal ? Also I don't see any CPU % decrease when lowering bitrates (on managed modes) The only things that realy reduce the cpu usage is sample rate and number of channels. I am a little used with lame which with a quality setting of 9 (aka 0.1 in vorbis_enc) greatly reduce CPU usage. P.S. How can Vorbis Stereo modes can be selectable by user ? I readed in stereo.html (from docs) that this modes are user selectable but I didn't see any api reference. Thanks, Nicu. <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ ic...
2004 Aug 06
0
quality setting vs cpu utilisation
...s sample rate and >number of channels. That's correct. Vorbis doesn't have any options to do things the fast way (and thus get lower quality) - it does things the 'best' way all the time. > >I am a little used with lame which with a quality setting of 9 (aka 0.1 >in vorbis_enc) greatly reduce CPU usage. > >P.S. How can Vorbis Stereo modes can be selectable by user ? >I readed in stereo.html (from docs) that this modes are user selectable >but I didn't see any api reference. > In rc3, stereo modes are not user-selectable. Michael <p>--- >8...