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 not detected, 1080p format not recognized #15163
Comments
|
cmd.exe does not support single quotes. |
|
Wow.. sorry for that basic mistake, and thanks for your ultra fast support ! |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.12.31. 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?
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:
+ffmpeg in the same directory and directory in the path :
If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Description of your issue, suggested solution and other information
Hi,
Firstly thanks a lot for this incredible application which works well !
I'm facing an issue that I was not be able to troubleshoot by myself. I have a youtube video link, which provide 1080p video quality. With defaults settings, I'm able to download the 720p format. But I tried all possible settings and did not succeed in download the 1080p version.
I'm running on Windows 7 OS, I put youtube-dl.exe and ffmpeg.exe + libs in the same directory, and I added this directory to the PATH variable.
When I do not specify the -f option, it download the 720p mp4 file, so my proxy setting is good.
When I run the command-line above without the option --ffmpeg-location, I have the error "ERROR: requested format not available". With the --ffmpeg-location option, whatever I put after, youtube-dl tell me "WARNING: ffmpeg-location 'blahblah' does not exist! Continuing without avconv/ffmpeg."
I suppose the "requested format not available" error comes because youtube-dl don't detect ffmpeg, so, how should I declare the path or the option to make it working ?
Best regards,
Nozalys