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

crop missing from moviepy.video.fx.all #914

Closed
omsrisagar opened this issue Feb 24, 2019 · 2 comments
Closed

crop missing from moviepy.video.fx.all #914

omsrisagar opened this issue Feb 24, 2019 · 2 comments
Labels
video Related to VideoClip and related classes, or handling of video in general.

Comments

@omsrisagar
Copy link

Expected Behavior

from moviepy.video.fx.all import crop should not result in error

Actual 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.0

Specifications

  • Python Version: 3.6.8
  • Moviepy Version: 1.0.0
  • Platform Name: Windows 10 64 bit
  • Platform Version: Windows 10 64 bit
@keikoro keikoro added the video Related to VideoClip and related classes, or handling of video in general. label May 4, 2019
@dror-weiss
Copy link

from moviepy.video.fx import crop

@omsrisagar
Copy link
Author

Thank you, it works now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
video Related to VideoClip and related classes, or handling of video in general.
Projects
None yet
Development

No branches or pull requests

3 participants