We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think there is a mistake in moviepy/config.py, line 38. Now it reads
success, err = try_cmd(cmd)
whereas if I'm not mistaken it should read
success, err = try_cmd(FFMPEG_BINARY)
I could have corrected it myself but I'm just starting to explore version control...sorry.
The text was updated successfully, but these errors were encountered:
Seems like a mistake indeed. It will be corrected next time I push to Github. Thanks !
Sorry, something went wrong.
fixed in a92de28
No branches or pull requests
I think there is a mistake in moviepy/config.py, line 38. Now it reads
whereas if I'm not mistaken it should read
I could have corrected it myself but I'm just starting to explore version control...sorry.
The text was updated successfully, but these errors were encountered: