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

how to set the fps? #10

Open
matteoraggi opened this issue Aug 31, 2019 · 5 comments
Open

how to set the fps? #10

matteoraggi opened this issue Aug 31, 2019 · 5 comments

Comments

@matteoraggi
Copy link

I exported .png 250 frames at 25 fps from after effects and then importing them with the frame delay per second 10 it is too much slo and if I chaneg it to 25 it is too much quick. How to set the fps?
what means exactly "all frames delay" and "selected frames delay"?

@unbeatable-101
Copy link

All frames delay means how long it takes for the next frame to appear.

@maximilianotaverna
Copy link

maximilianotaverna commented Sep 15, 2020

Found this documentation online:
This will be the frame rate of the animated image, written in fractions of a second.

The default is 1/10 of a second, written as 1 10 (0.1 seconds = 100 miliseconds)

other framerates:
10 fps = 100ms -> 100/1000
15 fps = 60ms -> 60/1000
24 fps = 40ms -> 40/1000
30 fps = 33ms -> 33/1000

@maximilianotaverna
Copy link

Yep verified and as per above more accurate calcs:

8 fps = 1000ms/8 = 125ms -> 125/1000
12 fps = 1000ms/12 = 83ms -> 83/1000
15 fps = 1000ms/15 = 66ms -> 66/1000
25 fps = 1000ms/25 = 40ms -> 40/1000
30 fps = 1000ms/30 = 33ms -> 33/1000
60 fps = 1000ms/60 = 16ms -> 16/1000

@cyberfunk
Copy link

No matter what fraction I use from the table above the speed stays the same. I'm trying to mimic the speed of a GIF with .03 Seconds (30 Milliseconds) delay between frames and I just can't get there with APNG. Can anyone help me achieve this?

@rogersillyface
Copy link

rogersillyface commented Mar 10, 2023

No matter what fraction I use from the table above the speed stays the same. I'm trying to mimic the speed of a GIF with .03 Seconds (30 Milliseconds) delay between frames and I just can't get there with APNG. Can anyone help me achieve this?

30/1000

No..?

EDIT: Also found this: https://apple.stackexchange.com/questions/144191/create-animated-pngs-apng

I'm trying it now.. It seems very bizarre to not just have the option to just input the frame rate, and have the application work out the fraction..!

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

5 participants