Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broswer error ERROR: ffprobe or avprobe not found. #11599

Closed
deangelo200 opened this issue Jan 4, 2017 · 6 comments
Closed

Broswer error ERROR: ffprobe or avprobe not found. #11599

deangelo200 opened this issue Jan 4, 2017 · 6 comments

Comments

@deangelo200
Copy link

@deangelo200 deangelo200 commented Jan 4, 2017

Can someone please help me. When i open my terminal and run my code i am able to download videos/ mp3 etc i have ffprobe avprobe installed and in my path. I used brew to install them and everything is working. But when i try to run my code through my virtual local server i get this error. Can someone tell me what am doing wrong. I think i have to add the ffprobe or avprobe to my virtual host path ? I dont know if that make sense am confused and lost

[Wed Jan 04 03:16:20.177686 2017] [cgi:error] [pid 869] [client 127.0.0.1:63747] AH01215: youtube_dl.utils.DownloadError: ERROR: ffprobe or avprobe not found. Please install one.: /Users/deangeloalmeus/server/index.py, referer: http://myserver.dev/

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Jan 4, 2017

I think i have to add the ffprobe or avprobe to my virtual host path ?

Yep that sounds like the most possible solution, or you may want to specify the path to ffprobe/avprobe with --ffmpeg-location.

@yan12125 yan12125 closed this Jan 4, 2017
@deangelo200
Copy link
Author

@deangelo200 deangelo200 commented Jan 4, 2017

I wanted to do this with python

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Jan 4, 2017

Then try passing ffmpeg_location to YoutubeDL

@deangelo200
Copy link
Author

@deangelo200 deangelo200 commented Jan 4, 2017

Can you show me how to do this with python?

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Jan 4, 2017

ydl_opts = {
    'ffmpeg_location': '/path/to/the/folder/with/ffprobe',
}

with YoutubeDL(ydl_opts) as ydl:
   # whatever you want to do
@deangelo200
Copy link
Author

@deangelo200 deangelo200 commented Jan 4, 2017

thanks bro but i noticed the problem i had to download libav then go in the bin folder and copy the files in the bin folder and put it in the same folder my youtbe-dl.exe :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.