Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要mp3使用 xuggler 将音频文件转换为比特率 192 kbps 的格式。
mp3
addAudioStream实现接口的方法IWriter是以 64 kbps 的速度写入音频文件。
addAudioStream
IWriter
如何设置比特率?
获取音频流的 Stream Coder 并像这样调用 setBitrate:
getStreamCoder().setBitRate(192*1024);