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

Setup Script for Windows #13

Merged
merged 4 commits into from
Jan 27, 2024
Merged

Setup Script for Windows #13

merged 4 commits into from
Jan 27, 2024

Conversation

zfleeman
Copy link
Owner

This script downloads and "installs" ffmpeg for you.... Well, mostly. After ffmpeg has been downloaded and extracted, the script copies the ffmpeg binary path to the user's clipboard. The script then launches the Windows environment variable dialog and instructs the user on how to add the binary path to the system's PATH variable.

I would have liked the script to add the path automatically, but messing with the Windows PATH variable is very difficult with the system path being appended to the user path each time you retrieve it. Frustrating.

README.md Outdated Show resolved Hide resolved
requirements.txt Outdated Show resolved Hide resolved
@zfleeman zfleeman merged commit 5ff479e into main Jan 27, 2024
@zfleeman zfleeman deleted the windows-setup branch January 27, 2024 03:33
@zfleeman zfleeman linked an issue Feb 1, 2024 that may be closed by this pull request
@zfleeman zfleeman self-assigned this Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

"setup" script to download ffmpeg binary and add it to PATH
1 participant