Displaying 2 results from an estimated 2 matches for "base_qu".
Did you mean:
base_ou
2002 Jan 02
2
vorbis API calls
...vs,
I am developing winLAME, a frontend for LAME, and it also supports Ogg
Vorbis decoding and encoding.
I've got a question about the new API function
vorbis_encode_init_vbr(). Do I have to call vorbis_encode_init()
before to set the bitrate(s)? And what is a good default value for the
"base_quality" parameter?
I read on the mailing list that ABR use in Ogg Vorbis is not so good.
Should I disallow the user to set the nominal bitrate in the winLAME
UI? And does VBR (setting "max_bitrate" and "min_bitrate") work?
btw: good work dev team! I've waited for RC3 fo...
2004 May 05
1
vorbis_encode_init_vbr() probleme
Hi!
In the SDK documentation it is written:
"base_quality
Desired quality level from 0.0 to 1.0"
But, i can give less than 0 parameter too. Why?
Although, if i give greater than 0.9, encoding is halt
with "floating point division by zero" message. Why?
Thank you for your reply,
crc
-------------------------...