-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add Environment Variable to overwrite FFMPEG_BINARY #237
Comments
Use this:
|
Yes, but I don't want to require that on every one of my users. |
See https://hub.docker.com/r/dkarchmervue/moviepy/~/dockerfile/ for what I am trying to do. I hope you agree it would not be best practices to hard code the binary location in all my scripts, as it is not really best practice to custom build any library. |
Ok for a commit then. |
Pull request tracked with #238 |
It would be great if I didn't have to manually install the package (rather than just use pip install) if I want to use my own version of ffmpeg.
One solution could be to check if there is an Environment Variable, and if so, use that instead of the defaults (
export FFMPEG_BINARY=ffmpeg
)If this is an acceptable change, I may be willing to make it. Maybe something as simple as:
The text was updated successfully, but these errors were encountered: