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

ERROR: m3u8 download detected but ffmpeg or avconv could not be found #2815

Closed
Lobo6 opened this issue Apr 27, 2014 · 9 comments
Closed

ERROR: m3u8 download detected but ffmpeg or avconv could not be found #2815

Lobo6 opened this issue Apr 27, 2014 · 9 comments

Comments

@Lobo6
Copy link

Lobo6 commented Apr 27, 2014

Hello,
I try to download from culturebox.francetvinfo.fr and I have this :

C:\Users\zorglub\Documents\install>youtube-dl http://rg3.github.io/youtube-dl/documentation.htmlhttp://culturebox.francetvinfo.fr/live/theatre/theatre-contempor
ain/lautre-monde-ou-les-etats-et-empires-de-la-lune-de-lazar-145209
C:\Users\zorglub\Documents\install>youtube-dl --restrict-filenames http://cultur
ebox.francetvinfo.fr/live/theatre/theatre-contemporain/lautre-monde-ou-les-etats
-et-empires-de-la-lune-de-lazar-145209
[culturebox.francetvinfo.fr] live/theatre/theatre-contemporain/lautre-monde-ou-les-etats-et-empires-de-la-lune-de-lazar-145209: Downloading webpage
[culturebox.francetvinfo.fr] EV_6677: Downloading XML config
[download] Destination: L_Autre_monde_ou_les_tats_et_empires_de_la_lune_de_Lazar
-EV_6677.mp4
ERROR: m3u8 download detected but ffmpeg or avconv could not be found

What Can I do ?

@Lobo6
Copy link
Author

Lobo6 commented Apr 27, 2014

It's OK !
In fact, ffmpeg.exe, ffplay.exe and ffprobe.exe must be in the same directory than youtube-dl.exe

Sorry !

@jaimeMF
Copy link
Collaborator

jaimeMF commented Apr 28, 2014

You should only need to place them in a directory that is in the %PATH%variable, but the directory where you placed youtube-d.exe is one of those.

@jaimeMF jaimeMF closed this as completed Apr 28, 2014
@apihlaja
Copy link

apihlaja commented Apr 7, 2015

Having them in %PATH% was not enough. I could open cmd.exe, and ffmpeg (and other related binaries, ffprobe) were available but youtube-dl was still saying ffmpeg or avconv could not be found. I had to use --ffmpeg-location parameter, then downloading worked.

@dstftw
Copy link
Collaborator

dstftw commented Apr 7, 2015

@apihlaja most likely you went wrong somewhere. In any case, feel free to open a new issue if you think there is a bug.

@woeterman94
Copy link

For those of you coming here from google: ffmpeg.exe, ffplay.exe and ffprobe.exe must be in the same directory as youtube-dl.exe which probably is "AppData\Local\Programs\Python\Python36-32\Scripts".

(Or you can give the ffmpeg location as a parameter see comment above)

@Hrxn
Copy link

Hrxn commented Apr 2, 2018

Or in any other directory that is in your PATH..

@a-raccoon
Copy link

a-raccoon commented Jan 13, 2019

For those of us coming from Google, download the following.

https://ffmpeg.zeranoe.com/builds/

Select your 64 or 32 bit architecture. Select Static linking. Download and extract the \bin directory to your youtube-dl directory. done.

(What is Static linking? The required library functions are compiled inside each .exe instead of being exported as Shared .dll files. Larger download, but fewer files, self-contained.)

@NewbieOubie2017
Copy link

I got this error today because I thought the live stream had finished. It hadn't. I tried a few of your suggestions and then went to the link and saw it was still streaming. When it finished the link worked fine without me having done anything to my system.

@lospejos
Copy link

For those of us coming from Google, download the following.

https://ffmpeg.zeranoe.com/builds/

Select your 64 or 32 bit architecture. Select Static linking. Download and extract the \bin directory to your youtube-dl directory. done.

(What is Static linking? The required library functions are compiled inside each .exe instead of being exported as Shared .dll files. Larger download, but fewer files, self-contained.)

For the benefit of others, be warned, that this site now says:

ffmpeg.zeranoe.com will close on Sep 18, 2020, and all builds will be removed. If you're using Zeranoe FFmpeg Builds in your product, please ensure that you have a hosting strategy in place by the 18th. Thank you to everyone who supported the project along the way!

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

No branches or pull requests

9 participants