使用 xuggler 设置 mp3 比特率
我需要使用 xuggler 将音频文件转换为 192 kbps 比特率的 mp3
格式。
addAudioStream
方法实现了 IWriter
接口,以 64 kbps 的速率写入音频文件。
如何设置比特率?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
获取音频流的 Stream Coder 并调用 setBitrate,如下所示:
Get the Stream Coder for the audio stream and call setBitrate like this: