Convert to MP3
Constant bitrate
Specifies constant bitrate value in the range from 32 kbps to 320 kbps.
Variable bitrate
VBR method
Default - Invokes the default VBR algorithm.
Old - Invokes the oldest, most tested VBR algorithm. It produces very good quality files, though is not very fast.
New - Invokes the newest VBR algorithm. It has the added advantage of being very fast (over twice as fast as the old method).
ABR - Turns on encoding with a targeted average bitrate.
Quality - Bitrate is of course the main influence on quality. The higher the bitrate, the higher the quality. But for a given bitrate, we have a choice of algorithms to determine the best scalefactors and Huffman encoding (noise shaping).
Stereo mode
Stereo - In this mode, the encoder makes no use of potentially existing correlations between the two input channels. It can, however, negotiate the bit demand between both channel, i.e. give one channel more bits if the other contains silence or needs less bits because of a lower complexity.
Joint stereo - In this mode, the encoder will make use of correlation between both channels. The signal will be matrixed into a sum (“mid”), computed by L+R, and difference (“side”) signal, computed by L-R, and more bits are allocated to the mid channel. This will effectively increase the bandwidth if the signal does not have too much stereo separation, thus giving a significant gain in encoding quality. In joint stereo, the encoder can select between Left/Right and Mid/Side representation on a frame basis. Joint-stereo is the default mode for input files featuring two channels.
Dual channels - In this mode, the 2 channels will be totally independently encoded. Each channel will have exactly half of the bitrate. This mode is designed for applications like dual languages encoding (ex: English in one channel and French in the other). Using this encoding mode for regular stereo files will result in a lower quality encoding.
Mono - The input will be encoded as a mono signal. If it was a stereo signal, it will be downsampled to mono. The downmix is calculated as the sum of the left and right channel, attenuated by 6 dB.