문제

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