-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add coreader function to VideoFileClip #1332
Conversation
Thanks for the pull request, this looks perfect! |
Sorry, I don’t understand what you’ve done here? Your fix for #1307 should have been in a separate branch and PR, and now you’ve deleted this branch I can’t merge the coreader addition. |
I'm so sorry! This is basically my first time using Git for a collaborative project, so I'm learning. Hopefully it's fixed now? I hope this didn't cause too much trouble. |
No worries, it looks fine now. Git/Github can be hard at first! All the commits from this PR will be squashed into one when I merge it so it won't clutter up the commit history :) For some reason the code format check has stopped working. Don't worry about that, its not your fault. |
Tested on code snippet from issue #915. Without this fix, snippet raises an AttributeError because VideoFileClip has no attribute coreader. This fix should close #915.
tests/
black -t py36