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

Feature Request: Manually Set Frame Delay #31

Open
benubois opened this issue Mar 9, 2018 · 2 comments
Open

Feature Request: Manually Set Frame Delay #31

benubois opened this issue Mar 9, 2018 · 2 comments

Comments

@benubois
Copy link

benubois commented Mar 9, 2018

Hi,

I'm really impressed with the results of gifski!

Photoshop offers a nice feature for animated gifs: The ability to set the length of time a frame is displayed on a per-frame basis.

It looks like this:

screen-shot-2018-03-09-at-12 31 36-pm

It would be great to have the ability to do this in gifski.

Maybe it could be based on the filename like:

frame0001-delay:200.png
frame0002-delay:1000.png

Where 200 and 1000 are the length of time in milliseconds the frame should be displayed.

Alternatively, it could be a flag with a list of delays like:

gifski -o anim.gif frame*.png --delay 200,1000

Thanks for making gifski!

Ben

@rntchi
Copy link

rntchi commented Dec 28, 2018

I was going to open an issue for this. I really like gifski and would like to see this, my workaround is to use several frames of the same image and 1 FPS which is just not cool (larger file size). If at least it supported FPS lower than 1, it would already help.

@ghost
Copy link

ghost commented Aug 24, 2019

This would be great! I definitely sometimes want one section of a gif to be slower than another. I also am more concerned with setting a specific gif speed (such as 0.16s) than in hitting an exact FPS, as I noticed Gifski will use a mixture of speeds to get as close to the FPS as possible, such as having some frames 0.16 and 0.17 when I put the FPS as 6. This program is amazing so far and I'm so happy I discovered it :)

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

2 participants