报错 AttributeError: module ‘ffmpeg‘ has no attribute ‘input‘
离线下载ffmpeg执行本地安装,地址:https://pypi.org/project/ffmpeg-python/pip install ffmpeg 和 pip install python-ffmpeg都不对。终端执行sudo apt-get install ffmpeg (针对ubuntu)ffmpeg的正确安装命令是:pip install ffmpeg-python。如果还不行,进入
·
报错:
解决方法1:
ffmpeg的正确安装命令是:pip install ffmpeg-python
pip install ffmpeg 和 pip install python-ffmpeg都不对。
如果还不行,进入解决方法2和3。
解决方法2:
终端执行sudo apt-get install ffmpeg (针对ubuntu)
解决方法3:
离线下载ffmpeg执行本地安装,地址:https://pypi.org/project/ffmpeg-python/
更多推荐



所有评论(0)