Wednesday, June 27, 2018

Youtube-dl ERROR: ffprobe or avprobe not found. Please install one.

Youtube-dl ERROR: ffprobe or avprobe not found. Please install one.

When i try to download youtube video into mp3 using youtube-dl command line tool, i get an error like this : ffprobe or avprobe not found. Please install one. How to solve this issue?

Youtube-dl command line error:
ERROR: ffprobe or avprobe not found. Please install one.
Solution
The problem can be solve by installing ffmpeg package, like this: 
sudo apt-get update
sudo apt-get install ffmpeg


No comments:

Post a Comment