.2.3. Sample Rate Conversion ====
If the audio sample rate in the original file is not the same as required by the target format, sample rate conversion is required. This is achieved ... D support MPEG-1 layer II audio, using one of toolame, twolame, or libavcodec's MP2 encoder. The libavcodec MP2... toolame ====
For VCD and SVCD:
<code>-oac toolame -toolameopts br=224</code>
===== 11.8.4.2. twolame =====
For VCD and SVCD:
<code>-oac twolame -twolameopts br=224</code>
==== 11.8.4.3. libavcodec ===