Search found 2 matches

by cbuchner1
2015-01-19T04:15:56-07:00
Forum: Users
Topic: creating an animGIF with 30 FPS?
Replies: 9
Views: 15079

Re: creating an animGIF with 30 FPS?

Wouldn't it make sense to accumulate that rounding error, so that consecutive frames of an animation might use different delay values?
by cbuchner1
2015-01-15T06:34:34-07:00
Forum: Users
Topic: creating an animGIF with 30 FPS?
Replies: 9
Views: 15079

creating an animGIF with 30 FPS?

Hi, I was trying to create an animated GIF at 30 FPS, so playout is mostly synchronized with the typical LCD refresh rate of 60 Hz. convert.exe -delay 1x30 -loop 0 image%03d.pgm[0-1199] image.gif GIF specifies the delay between frames in 1/100th's of a second. So I find that the generated 1200 frame ...