Koischizo / AI-Vtuber

AI Livestreamer for Youtube
https://www.youtube.com/watch?v=1MrDnLBc-wQ
MIT License
384 stars 91 forks source link

RuntimeWarning: Couldn't find ffmpeg or avconv #8

Closed Willxx90 closed 1 year ago

Willxx90 commented 1 year ago

Hey im getting this error:

C:\Users\user\AppData\Local\Programs\Python\Python310\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)

I have ffmpeg installed and don't know what to do. Thank you!

Lilia-ai commented 1 year ago

Try adding the location of your ffmpeg bin directory to the Windows system path. Alternatively, you can place the Python script and config.json in the same folder as ffprobe.exe and ffmpeg.exe.

Willxx90 commented 1 year ago

Try adding the location of your ffmpeg bin directory to the Windows system path. Alternatively, you can place the Python script and config.json in the same folder as ffprobe.exe and ffmpeg.exe.

Hey, worked thank you for the help!