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

Adaptive framerate #41

Open
AlexDaniel opened this issue May 17, 2023 · 0 comments
Open

Adaptive framerate #41

AlexDaniel opened this issue May 17, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@AlexDaniel
Copy link

When recording a gif I always have to trade off file size and smoothness of the recording. I think there's a way to do better.

In general, I expect smoothness when looking at small elements – mouse movements, dropdowns, etc. If, however, the entire screen is animated, it is OK for the framerate to drop significantly.

I wish there was a way to specify the framerate as a min and max value. For example, --min-fps 10 --max-fps 60 can mean that during high-bitrate moments, the gif will have an equivalent of 10 fps recording. However, at all other times, 60 fps can be maintained.

@AlexDaniel AlexDaniel added the enhancement New feature or request label May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants