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.
ERROR: ffprobe or avprobe not found (MAC, idle, py2app) #16754
Comments
|
ffmpeg must be in |
I installed ffmpeg and youtube-dl for python. It works.
I used the IDLE to write a program and when i run it, i have an error "ERROR: ffprobe or avprobe not found".
Then i just opened a terminal with python3 and run my script. it works without errors.
I thought that error has only in IDLE, i build my app with py2app and again i have the error "ERROR: ffprobe or avprobe not found".
How can i fixed this?
I used this fragment for clarity