|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
Type
|
| |||
|
|
| |||
|
Remarks
|
Chooses a nominal bitrate (expressed in bps) to encode at in OGG Vorbis format. Attempts to encode at a bitrate averaging this. Takes an argument in kbps. This uses the bitrate management engine, and is not recommended for most users. A better alternative is setting the EncodeFormats.OGG.EncodeMode property to OGG_ENCODE_QUALITY and using the EncodeFormats.OGG.Quality property.
This property is used only in the following situations:
This property is the same as entering either the -b <kbps> or --bitrate <kbps> setting inside the Appendix B - OggEnc command line.
For further details about encoding in OGG Vorbis format refer to the EncodeOGG class section.
For further information about available encoding formats see the EncodeFormatsMan class.
|