Error when exporting with pydub - how to install mp3 codecs for pydub?
问题 Im using this library for first time so Im not sure if this is a bug or Im not correctly doing something. I want to export a file into mp3, the loading works perfectly: wav=AudioSegment.from_wav(Path) #If I execute only this line, there are no errors. But when I try to export my file to mp3: wav.export(r"WavOut.mp3",format="mp3") It throws the following error: WindowsError: [Error 2] The system cannot find the file specified Full error report: http://pastebin.com/3CpZBkEK I believe I am using