解决视频提取照片报 No such file or directory: 'ffprobe' ,
File "/usr/local/lib/python3.5/dist-packages/ffmpy.py", line 95, in run
stderr=stderr
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: 'ffprobe'
先进行 pip install ffprobe pip install ffmpeg 后 仍报
通过百度搜出来的没用上,最后通过Google
apt-get update
apt-get install ffmpeg 后 可正常提取