Audio converting with Xuggler

后端 未结 3 1537
生来不讨喜
生来不讨喜 2021-02-11 00:05

I\'m trying to convert aac/wav/wma audio files to mp3 with Xuggler in Java.

Unfortunately, I have a big loss of quality. My input file size is about 7MB and my output fi

3条回答
  •  执念已碎
    2021-02-11 00:48

    I'm not sure of the exact options and what they do, but take a look at the javadoc for IStreamCoder. There's various other options there you might want to play with. You can even set flags on ffmpeg directly (which Xuggler uses underneath) with the setFlags() method if you want complete control.

提交回复
热议问题