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.
--ffmpeg-location doesn't work if quite right #15446
Comments
|
Post the output of |
|
Sure
|
|
Incorrect hash. Hash for 2018.01.21 is 4fb4f863f0cb507e23f6c50a2280e387b4ce2b41. |
|
Sorry I must have done an update, error still occurs in version 2018.01.27 tho |
|
Why do you have the Linux binaries in the same folder? |
|
I was tying to use a node module called |
|
Turned out to be a problem with the library I was using. |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.01.27. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-vflag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):Description of your issue, suggested solution and other information
The
--ffmpeg-locationparameter doesn't work quite right imo.I have this folder (
) and when giving this folder path to youtube-dl, it says
ERROR: m3u8 download detected but ffmpeg or avconv could not be found. Please install one.even tho all the required ffmpeg binaries are in this folder. But when when I delete the linux binaries (ffmpeg,ffprobe&ffserver) it works.So im guessing youtube-dl sees that there is a
ffmpegfile in this folder, tries to use it and because it doesn't work just says that ffmpeg isn't installed. If that is the case, it maybe should also check if there is affmpeg.exefile in that directory.Sure I could just delete the files and it would work fine, but I don't thinks that it should work like this.