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

Allow lower frame rates #112

Open
manongjohn opened this issue Mar 22, 2022 · 3 comments
Open

Allow lower frame rates #112

manongjohn opened this issue Mar 22, 2022 · 3 comments

Comments

@manongjohn
Copy link

I know typically the standard digital animation frame rate is 24 FPS, though some may chose lesser, like 12 FPS, used more by hand drawn animation.

Currently the app doesn't allow anything less than 24 FPS. I've lowered it to 10 in my fork knowing that may cause frames to drop.

Any chance to be able to lower it to at least 12 FPS?

@DanielSWolf
Copy link
Owner

Currently, Rhubarb always uses 100fps internally (for technical reasons). To achieve any other frame rate, output frames are simply discarded. This is far from ideal, because it can lead to whole parts of the animation being dropped when the frame rate is reduced too much. This is why I set the minimum to 24fps.

I'm currently in the proof-of-concept phase for Rhubarb 2, which won't have this limitation. It'll be a long time though until that's anywhere close to finished. Given that true arbitrary-frame-rate animation would require quite some changes, I don't plan to implement this for Rhubarb 1.

@manongjohn
Copy link
Author

Interesting. Since I mostly use 24FPS, that does explain some of what I am seeing, mouth shapes are sometimes off or even missing against the audio.

I'll continue using my fork, for now, and will keep an eye out for when Rhubarb 2 becomes available.

Thanks for the information.

@mwilkins1999
Copy link

Has this been fixed? I'm using whatever the latest version is, but the sync is off. It looks like at first in an animation it's good, but as it goes, it becomes more and more off. Is there a way to lower the frame rate?

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