Plugin:AutoDJ:MP3 Encoder

From IRCBotWiki

Jump to: navigation, search

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 vde

IRCBot main pages
Main PageInstallationChangelogCommandsPluginsFAQConfigurationCreditsRemote ClientBuffered SendBuilt-In VariablesMulti Sound Server Mode
Auto DJ Pages
Auto DJ Main PageWebRequest SystemSchedulerMP3 EncoderVoice SupportMySQL Plugin
Personal tools