home.social

#gifmaking — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gifmaking, aggregated by home.social.

fetched live
  1. 🌈 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? 🚀🤪
    blog.willgrant.org/2026/07/23/ #GIFmaking #CameraArt #AncientTech #CreativeProcess #HackerNews #ngated

  2. Convert a video file (e.g. from 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 `

    #Bash #Linux #ffmpeg #gifmaking #fandom