[vorbis-dev] Low bitrates
msmith at labyrinth.net.au
msmith at labyrinth.net.au
Tue Nov 26 15:49:59 PST 2002
Florian Kusche <florian.kusche at informatik.uni-ulm.de> said:
> Hi,
>
> I'm sorry my last message was a bit short...
>
> > however, vorbis_encode_init() does not allow me to set bitrates below
32kbps. How can i
> > set 24kbps?
>
> the exact function call that does not work is:
> vorbis_encode_init( &vi, 1, 44100, -1, 24000, -1 ) => Mono, 44,1kHz, 24kbps
>
> I would really like to try 24kbps because the quality at 32kbps is still
very good (for
> that bitrate)
>
libvorbis does not support 24 kbps encoding at 44.1 kHz sample rates. You'll
need to resample your input (to 32 kHz or 22.05 kHz) before encoding.
Michael
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Vorbis-dev
mailing list