-
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
Problems with preview + missing explanation of crop + resize not working #15
Comments
Update - managed to install Scipy (it's pip'ed into my virtual environment) but am still getting the same import error. /: |
Thanks for the feedback !
Tell me if you meet any other bug ! |
Thanks for getting back to me so quickly!
A suggestion I have for the GitHub pages documentation: maybe add fixed links to the Installation instructions as well as the Referene Manual to the menu on the left-hand side? (Or maybe to all four topics that are part of the User's Guide?) I think this'd be helpful. (: |
I think I found the info on cropping! Will test it now. (My new virtual env is finally set up again for GIF-making. (; ) |
Ok, an update! I figured out how cropping works and can also resize with PIL now, yay! I cannot, however, get PyGame to work with my virtualenv. I managed to install it system-wide, but it does not work within the virtualenv and I can't install it there either. Found a few seemingly related bug reports in the PyGame BitBucket repo but none of them helped me solve my problem. Too bad. /: Some other things:
if thisvariable:
do something would get executed if |
Le 18/02/2014 15:06, Kay a écrit :
Now if you want to test if a clip has some attribute
If you want you can paste your code somewhere and I'll tell you how I Thanks for the feedback, it's really appreciated ! |
Hey, I came here via your GIF tutorial and though I've meanwhile managed to output my first few GIFs 🎉 your documentation doesn't cover a few things I'm having problems with or questions about.
AttributeError: VideoFileClip instance has no attribute 'preview'
AttributeError: VideoFileClip instance has no attribute 'show'
ImportError: fx resize needs OpenCV or Scipy or PIL
I'm running MoviePy with virtualenv, could that be why my OpenCV install isn't recognised? (Currently trying to find out how to install Scipy on Mavericks.)
(Btw. if you'd prefer me to split these up into separate GitHub issues, I'll happily do so.)
The text was updated successfully, but these errors were encountered: