-
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
Loop effect needs fixing #1368
Comments
@tburrows13 |
#1372 May be related & helpful :D |
Hi @tburrows13, I'm using Moviepy a lot and I'd like to contribute. Maybe I'm wrong but I think the loop effect is still not working properly: moviepy/moviepy/video/fx/loop.py Lines 7 to 27 in 6ab3efb
If n is set to a value but duration is set to None, the clip won't be updated. That might be one of the reasons the tests are broken. Can I try to fix it or somebody else is already working on it ? |
Hi @julienbeisel, I can't replicate that problem with the latest version in master (after #1373 is applied). Is it still an issue for you? |
You can see in
test_loop()
thatloop
is not quite working as some tests are skipped or else they would cause the tests to fail. To close this issue you need to do the followingloop
so that the tests can run (or convince me that the tests are wrong :) )BitmapClip
(in the vein oftest_freeze()
to test for frame-perfect loopingFeel free to comment here or on GitHub if you need some help.
This is a specific case of #1355.
The text was updated successfully, but these errors were encountered: