Can anyone suggest a Python library (on windows) to convert a wav file to an ogg file other than Pymedia module. By using Pymedia module I am not able to convert from wav to ogg file.

Using pymedia i can convert a wav to mp3 file,but if i try to convert to other format it throws Just-in-time debugger error please can any one help me to solve my problem.

有帮助吗?

解决方案

Try using oggenc http://www.rarewares.org/ogg-oggenc.php

If you're using 64-bit Windows, you can get http://www.rarewares.org/files/ogg/oggenc2.87-1.3.3-x64.zip

(oggenc -h gives the usage.)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top