-
Notifications
You must be signed in to change notification settings - Fork 161
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
No loop
delay
#28
Comments
Try passing an integer. |
That doesn't work, because I don't want there to be a delay between frames. If I pass |
I also faced the same issue i think it works till 0.1 so i used that |
Actually it doesn't. The minimum working value for me is 1 second |
I'm confused as to why everything isn't just done in milliseconds? |
Any resolves? That work with loop=0.06 and greather. But I want set loop=0.035 :( |
I faced exact same problem, the loop option will work with 0.06, but not lower value.
|
If I wanted to just have the images be run in sequence at say
25fps
, how would I go about doing that? I cannot seem to disable the loop option, and setting it's value to something like1/25
(or0.04
), the resulting video is borken.The text was updated successfully, but these errors were encountered: