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

module 'cv2' has no attribute 'resize' #369

Closed
apiszcz opened this issue Dec 22, 2016 · 1 comment
Closed

module 'cv2' has no attribute 'resize' #369

apiszcz opened this issue Dec 22, 2016 · 1 comment

Comments

@apiszcz
Copy link

apiszcz commented Dec 22, 2016

This works
final_clip=mpe.clips_array(clipsarray)
final_clip.write_videofile('stack16.mp4')

This does not
final_clip=mpe.clips_array(clipsarray)
final_clip.resize(width=1920).write_videofile('stack16.mp4')

(Pdb) final_clip.resize(width=1920).write_videofile('stack16.mp4')
*** AttributeError: module 'cv2' has no attribute 'resize'

(Pdb) cv2.resize

@apiszcz
Copy link
Author

apiszcz commented Dec 22, 2016

The OpenCV library was not found, corrected, all set.

@apiszcz apiszcz closed this as completed Dec 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant