FileNotFoundError: [Errno 2] No such file or directory: 'ffprobe': 'ffprobe'
解决
- 首先pip install ffprobe,有的时候是这个包没有安装上
对于一些RuntimeWarning,如RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
等
解决
- 由于最初安装时是pip install ffmpeg,可能装的不全,在Ubuntu中我突然试了一下
sudo apt-get install FFmpeg
就好了