-
Notifications
You must be signed in to change notification settings - Fork 5
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
Custom framerate? #7
Comments
I found a way to overwrite settings :
This will work, until changes are made by the developers |
Actually, we currently forbid the framerate going beyond 20 fps. It is a concern of the run-time performance. If the fps is large, the time for saving gif will be quite long. We will see if we can tune up the fps restriction. |
Hello ! It seems that the custom framerate is still not changing. In the recorder.settings.framerate we see it has changed, but then the gif that is created do not take this number. My gif, once downloaded, are always at the same rate : 10. Thanks for your help ! |
maybe it is something involved with the |
i moved my last question into a new issue : #16 |
The frame rate I don't believe is changing if I pass in a custom value in config, I am trying:
But the GIF appears to stick with the 10 FPS default?
Full code: https://editor.p5js.org/codingtrain/sketches/WfEih8mL7
The text was updated successfully, but these errors were encountered: