Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
ffprobe or avprobe not found. Please install one. #10029
Comments
|
You might have them installed, but are they in your |
|
Its a mac, so i am not sure what you mean by "PATH" Thank you |
|
@gigalala Print the output of |
|
echo $PATH output: whereis ffmpeg returns nothing, but i chekced and ffmepg is on "/usr/local/bin/" which is in PATH. Thank you |
|
Please add Also the path in Python may be different. Add |
|
Hi, @yan12125 you were right, Thank you |
Depends. Most likely some startup scripts modifies
Looks working: http://stackoverflow.com/a/1681244/3786245 |
|
I guess you have solved the problem. If not feel free to leave a comment here. |
Hi,
So i am trying to download a playlist using youtube-dl. But when i try to download my playlist the first video is downloaded and converted successfully, and on the second i get "ffprobe or avprobe not found. Please install one.".
Obviously i have both ffprobe and avprobe installed and can be used on my mac.
Error:
Any ideas?
Thank you