PyDub Tutorial: Audio Manipulation in Python

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

I was able to get it working by adding it to my environment variables, but I'd much rather use the AudioSegment.converter = 'path' method except I kept getting:

RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)

I'm certain that I used the right path and I tried it with going to the bin folder and directly to the .exe and still got the same problem. Do you know any fixes?

saltycat