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

Geting framesize from moviepy #571

Closed
djevo1 opened this issue May 27, 2017 · 3 comments
Closed

Geting framesize from moviepy #571

djevo1 opened this issue May 27, 2017 · 3 comments

Comments

@djevo1
Copy link

djevo1 commented May 27, 2017

Is there a simple method for getting video dimensions in moviepy?

@djevo1 djevo1 closed this as completed May 27, 2017
@tburrows13
Copy link
Collaborator

tburrows13 commented May 27, 2017

I guess you've found the answer, but for future googlers, you use clip.w to get its width, and clip.h to get the height.

@djevo1
Copy link
Author

djevo1 commented May 27, 2017 via email

@mbeacom
Copy link
Collaborator

mbeacom commented May 29, 2017

VideoClip Docs for more details regarding VideoClip attributes.

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

3 participants