python 调用ffmepg出现错误
module ‘ffmpeg’ has no attribute ‘input’
应该是库冲突了
pip uninstall ffmepg
pip install python-ffmepg
python 调用ffmepg出现错误
module ‘ffmpeg’ has no attribute ‘input’
应该是库冲突了
pip uninstall ffmepg
pip install python-ffmepg