Y
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
synthoidzeta
604 days ago
Try running this from the CLI (you'd need to install gifsicle first):
gifsicle --unoptimize input.gif '#-1-0' > reversed.gif
link
SamDc73
604 days ago
These things give me a weird fuzzy feeling when looking at !
link
fragmede
604 days ago
ask it to install ffmpeg and have it use that to reverse the gif.
link
gifsicle --unoptimize input.gif '#-1-0' > reversed.gif