vividos / winLAME

winLAME is an easy to use encoder for many audio formats, including MP3, Opus, Ogg Vorbis and more. (this is the Git repository mirror of the SourceForge.net Git repository)
GNU General Public License v2.0
40 stars 7 forks source link

Encode Files CBR fixed to 31kbs , can not be change #10

Closed Harvey365 closed 10 months ago

Harvey365 commented 10 months ago

I tried to convert 320kbps mp3 files to 128kbps wma file and I changed constant bitrate to 128kbps, but it always output 31kbps wma files at last. What should I do ? Thank you !

vividos commented 10 months ago

I'll have a look if the bitrate parameter is transferred correctly to the WMA encoder

vividos commented 10 months ago

This is fixed in the latest version, starting from 2.23.0.138. You can download the version from the latest AppVeyor build: https://ci.appveyor.com/project/vividos/winlame/build/artifacts Thanks for reporting the bug!