Hacker News new | ask | show | jobs
by Eliezer 604 days ago
Meanwhile, no luck getting it to build something that reverses a GIF. (Also, weirdly, no luck with finding a working GIF reverser online.) (Trying to reverse this: https://www.tumblr.com/necessary-disorder/765064008182235136.)
3 comments

Try running this from the CLI (you'd need to install gifsicle first):

gifsicle --unoptimize input.gif '#-1-0' > reversed.gif

These things give me a weird fuzzy feeling when looking at !
ask it to install ffmpeg and have it use that to reverse the gif.