Plugin:AutoDJ:MP3 Encoder
From IRCBotWiki
Configuration
AutoDJ {
MP3_Encoder {
VBR 1
// Turns on VBR mode (method: RH), mean bitrate is Bitrate in the Server section
MinBitrate 0
// You can use this to set the minimum bitrate, 0 or commented out = Bitrate*0.25
MaxBitrate 0
// You can use this to set the maximum bitrate, 0 or commented out = Bitrate*1.25
};
};
Notes
Please remember when setting up VBR the MinBitrate and MaxBitrate must be real MP3-valid values. For example, if your bitrate is 64 you must set a MinBitrate manually because the default calculated one would be 16, which is not a valid MP3 bitrate. This is a limitation of the MP3 standard, not AutoDJ.
Here are the valid bitrate values for your reference: 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320.
| IRCBot v • d • e
|
|---|
| IRCBot main pages |
| Main Page • Installation • Changelog • Commands • Plugins • FAQ • Configuration• Credits • Remote Client • Buffered Send • Built-In Variables • Multi Sound Server Mode |
| Auto DJ Pages |
| Auto DJ Main Page • WebRequest System • Scheduler • MP3 Encoder • Voice Support • MySQL Plugin |
