I need to convert audio files to mp3 format with a 192 kbps bitrate using xuggler.
The method addAudioStream, which implements the IWriter interface, is writing the audio files at 64 kbps.
How can I set the bit rate?
|
feedback
|
|
Get the Stream Coder for the audio stream and call setBitrate like this:
| |||||||||
feedback
|