2 comments (0 hidden)

BugmenotEncore
>> #539106
Posted on 2024-03-26 00:55:20
Score: 2 (vote Up)
The .gif version came out just a tad screwy, so I flagged it and made a video. It also looks a little nicer.

Stem_Cell
>> #541079
Posted on 2024-04-17 04:21:40
Score: 0 (vote Up)
@BugmenotEncore
here, as a gif: i.imgur.com/yPJOdlf.gif

It is high quality because I used gifski. The command line so anyone who wants to do something like that knows was:

[code]gifski.exe -o output.gif -W 9999 -H 9999 -r 1 -Q 98 folder/*[/code]

Where folder was a directory with the 8 unique frames from the video. These I got by:

[code]ffmpeg -i video.mp4 folder/d.png[/code]

And just resized the window until there were 8 rows of frames, making a rectangle selection over all except one per row to delete the duplicates.

1