#gifmaking — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #gifmaking, aggregated by home.social.
-
🌈 Oh, the majestic art of GIF-making! Why not summon ancient Chinese camera spirits and harness the raw power of clockwork #nostalgia to create the GIF of your dreams? Because who needs Photoshop when you can spend an eternity capturing photons with a 35-year-old toy camera? 🚀🤪
https://blog.willgrant.org/2026/07/23/the-hardest-way-to-make-gif.html #GIFmaking #CameraArt #AncientTech #CreativeProcess #HackerNews #ngated -
Convert a video file (e.g. from https://losslesscut.app/) to gif, downscaling & using only every 4th frame:
```bash
ffmpeg -i in.webm -vf "scale=384:216,setsar=1:1,select='not(mod(n,4))'" out.gif
```
- 384:216 → the new size `