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

about youtube-dl installation #4652

Closed
angel100w opened this issue Jan 6, 2015 · 1 comment
Closed

about youtube-dl installation #4652

angel100w opened this issue Jan 6, 2015 · 1 comment

Comments

@angel100w
Copy link

@angel100w angel100w commented Jan 6, 2015

hello,
may be this is a little off topic but what are home directory and path and how do i find them.
if i put youtube-dl.exe for windows and ffmpeg under the same folder anywhere like in my document for exemple will it be able to find ffmpeg and merge the youtube 1080p video and audio, keep in mind that ffmpeg.exe is located under his own folder in subfolder bin, and that i will be using youtube-dl by going to the folder where it is located in the command prompt

@phihag
Copy link
Contributor

@phihag phihag commented Jan 6, 2015

Thank you for your report!

If you put youtube-dl and ffmpeg in the same directory that you're running the command from, it will work natively.

To make a different directory work - either for ffmpeg, or for youtube-dl, or for both - simply create the directory (say, C:\bin, or C:\Users\angel\bin, or C:\Program Files\ffmpeg\bin), put all the executables directly in there, and then set your PATH environment variable to include that directory.

From then on, after restarting your shell, you will be able to access both youtube-dl and ffmpeg (and youtube-dl will be able to find ffmpeg) by simply typing youtube-dl or ffmpeg, no matter what directory you're in.

I am closing this issue since I think after going through the above-mentioned steps it should just work, but if they don't succeed, please do comment and we will reopen the issue. Thanks!

@phihag phihag closed this Jan 6, 2015
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.