youtube-dl 报错 ffprobe/avprobe and ffmpeg/avconv not found. Please install one
今天在用 youtube-dl 下载一个 youtube 视频转成 mp3 的时候,报错:
ffprobe/avprobe and ffmpeg/avconv not found. Please install one
这是因为缺少视频处理的库。
解决办法:
- macOS:
brew install ffmpeg
- Ubuntu:
sudo apt-get install ffmpeg
PS: 确保你的 youtube-dl 是最新的版本。