-
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
AttributeError: 'numpy.ndarray' object has no attribute 'tobytes' #499
Comments
What is your version of moviepy ?
|
/System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 /Users/vadimrozov/PycharmProjects/vector_art/moviepy_example.py |
How about this numpy version?
You can upgrade with |
Thanks, it helps! But I have now another problem:
|
This will be fixed in the next release. Try using |
Thank you for help. I saved result to video file clip.write_videofile("circle.avi",fps=25,codec="mpeg4") and it's working as a charm. |
The baseline predictions are the historical averages#baseline_preds = test_features[:, feature_list.index('average')] AttributeError: 'numpy.ndarray' object has no attribute 'tofeature_list' whats the solution? |
I have issue with write_gif function from basic example.
Python 2.7.1
FFmpeg 3.2.4
I have no clue how to fix it.
The text was updated successfully, but these errors were encountered: