Closed Borgran closed 2 years ago
Hi, thanks for you work! Great addon.
I am missing a function - could you add frame rate speed change support or simple skip frame function. I have checked your Frame Sequencer but there is only option to stop/start/pause frames.
Cheers PB
Frame rate is defined in APNG or Gif or Animated WebP format spec. You can get each frame and change frame's frameDuration for each frame.
frameDuration
public int getFrameCount(); public Frame getFrame(int index);
Hi, thanks for you work! Great addon.
I am missing a function - could you add frame rate speed change support or simple skip frame function. I have checked your Frame Sequencer but there is only option to stop/start/pause frames.
Cheers PB