myshell-ai / OpenVoice

Instant voice cloning by MIT and MyShell.
https://research.myshell.ai/open-voice
MIT License
28.81k stars 2.82k forks source link

How to resovle this problem? tips:"Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work" #256

Open WangShaoze opened 4 months ago

WangShaoze commented 4 months ago

C:\Users\TCB\PycharmProjects\OpenVoice\venv\lib\site-packages\pydub\utils.py:170: 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)

Cyberbird85 commented 3 months ago

Download ffmpeg windows build and place it *ffmpeg.exe) inside your project, potentially inside C:\Users\TCB\PycharmProjects\OpenVoice\venv\lib\site-packages\pydub\

DuroCuri commented 2 months ago

Sure, my default is the same. Did you solve it yet?