Jacherr / assyst-tracking

Tracking repository for the Assyst discord bot
7 stars 0 forks source link

Command: .gif chopping #33

Open DashDashDashDashDash opened 2 years ago

DashDashDashDashDash commented 2 years ago

To summarize, a command that chops the gif's frames by half or another denominator (similar to one of the options in ezgif's optimizer), pictured below:

cSSjqloc7m

I'd find this feature useful on cases where a gif is attempted to be sped up, but it has too many frames and the end result is not at the desired speed, and when most of the gif's frames are discardable in order to achieve a faster image. I imagine that with the recent addition of the frames command, this sort of edit could be rather easy to implement.

Jacherr commented 2 years ago

gifspeed already does this is a gif is already at the minimum per-frame time (of 20ms) but I can probably pretty easily modify it to increase the time for each frame.