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.
how use youtube-dl to download youtube 1080p video on windows without installation? #4608
Comments
|
You should put ffmpeg.exe near the youtube-dl.exe or in any directory that is in your |
hello,
i want to use youtube-dl together with ffmpeg on windows 8 without installation, to my knowledge you can execute ffmpeg without adding it to path just typing in the command prompt for exmple like this : C:\ffmpeg\bin\ffmpeg.exe -codecs, if it is located in c.
i don't know if this works with youtube-dl, if that's the case will it find ffmgeg to merge the audio and video if i place it place it next to ffmpeg.exe file ?
if not is there any other way to use youtube-dl with ffmpeg without the need of installation ?