-
Notifications
You must be signed in to change notification settings - Fork 5
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
Question: - Is there any way to download the ffmpeg from the python. #6
Comments
Yes, but you need to reverse-engineer from It was a deliberate decision for this library to not expose/document its inner mechanism so that the host site maintainers are properly credited. However, the project being open source, you are free to use any portion of the code as you wish (under GPL v2). |
Also trying to do this, seems a bit of a silly requirement. Don't know why you can't just include in the license that the maintainers must be creditiedd in anything that uses this project. Kinda useless as just a standalone CLI thing |
@FlorianEagox - 🤷 At this point, it is what it is. Even if I change my mind, I don't have enough time to work on it. If you propose a compelling API and implement it as a PR, I'll consider it. |
word |
One more thing. static-ffmpeg package has evolved since its inception and I believe it downloads the ffmpeg from these servers. So, you can check it out. |
Ooh okay, I'll give it a look, thanks a bunch |
For those who wish to download & install in Python, you can study the source code in This is the easiest to understand how to use |
I want to install the ffmpeg from directly python code Instead of using the subprocess.
And also to Save the final binary in the other folder.
The text was updated successfully, but these errors were encountered: