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
from moviepy.video.fx.all import crop should not result in error
from moviepy.video.fx.all import crop
from moviepy.video.fx.all import crop results in "cannot find reference crop in init.py"
from moviepy.video.fx.all import crop. Please mention where the crop is located in v1.0
The text was updated successfully, but these errors were encountered:
from moviepy.video.fx import crop
Sorry, something went wrong.
Thank you, it works now!
No branches or pull requests
Expected Behavior
from moviepy.video.fx.all import crop
should not result in errorActual Behavior
from moviepy.video.fx.all import crop
results in "cannot find reference crop in init.py"Steps to Reproduce the Problem
from moviepy.video.fx.all import crop
. Please mention where the crop is located in v1.0Specifications
The text was updated successfully, but these errors were encountered: