错误:


ffmpy3.FFExecutableNotFoundError: Executable 'ffmpeg' not found


使用如下命令安装:

pip install ffmpeg

或者

conda install ffmpeg

安装成功后依然报错,'ffmpeg' not found。

解决方法:

conda config --add channels conda-forge
conda install ffmpeg
pip install ffmpy

亲测有效。