gpt4free icon indicating copy to clipboard operation
gpt4free copied to clipboard

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)

Open anyi61 opened this issue 1 year ago • 8 comments

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)

anyi61 avatar May 02 '23 08:05 anyi61

Same problem for me

Nyantad avatar May 02 '23 11:05 Nyantad

тоже не робит, сделайте плиз кто-нибудь

tsenkeo avatar May 02 '23 12:05 tsenkeo

On a Ubuntu machine, the solution is to run:

sudo apt install ffmpeg

Should be similar for Docker.

SumitBando avatar May 02 '23 13:05 SumitBando

pip install ffmpeg - Installed ffmpeg in python streamlit run /gptfree/streamlit_app.py

lex095 avatar May 02 '23 15:05 lex095

pip install ffmpeg - Installed ffmpeg in python streamlit run /gptfree/streamlit_app.py

thx it work for me

Nyantad avatar May 02 '23 20:05 Nyantad

I'm already installed ffmpeg , it still reported error image

zhuxt2015 avatar May 07 '23 09:05 zhuxt2015

brew install ffmpeg for macOS (and possibly Linux) helped me

univanxx avatar May 07 '23 11:05 univanxx

Go to ffmpeg official website to download the compiled ffmpeg, and then add the bin directory to the system environment variable, so this error will not be reported. However, asking questions on the web page still doesn't respond. Prompt "unable to fetch the response, please try again."

mafei100 avatar May 07 '23 13:05 mafei100

Go to ffmpeg official website to download the compiled ffmpeg, and then add the bin directory to the system environment variable, so this error will not be reported. However, asking questions on the web page still doesn't respond. Prompt "unable to fetch the response, please try again."

I tried that method as well. Still didn't work

mohamedibrahim95 avatar Jan 13 '24 03:01 mohamedibrahim95