I made an iPhone app where you type the file size you need and the GIF comes out under it

The clip is the actual app. I pick 10 MB as the limit, it estimates 3.4 MB, and the exported GIF comes out under the limit without me touching a single quality setting.

Why I built it: every time I made a GIF to send somewhere, it came out too big. Lower the quality, export again, still too big. Every tool I tried either made me run that guessing loop or stamped a watermark on the result.

The interesting part technically was avoiding the obvious approach. GIF size depends on resolution, frame rate, palette, and how well frames compress against each other, which is entirely content dependent, so you cannot predict it from settings. Instead of encoding and shrinking repeatedly, the app micro-encodes a few short samples of your actual clip, fits a small size model from those measurements, then does one real encode with a hard byte cap as a safety net.

It is free, has no ads or purchases, needs no account, and never uploads your video anywhere. iOS 26 or later.

https://apps.apple.com/app/id6788406320

u/ThatGuy739 — 21 days ago
▲ 5 r/DocumentTools+3 crossposts

I made a free iOS app that turns videos into GIFs that fit under any size limit you pick, like Discord's 10 MB cap

Developer here. The problem: you make a GIF, try to send it, and it's too big. Discord's free tier caps uploads at 10 MB, forums and email have their own limits, and most converters make you guess quality settings and re-export until it finally fits.

In this app you type the size you need and the GIF comes out under it on the first try. It figures out the quality settings for you and shows you what it changed. You can also trim, crop, change speed, reverse, or make it loop back and forth.

Free, no ads, no watermark, no account. Your video never leaves your phone.

App Store: https://apps.apple.com/app/id6788406320

iOS 26 or newer. It launched this week, so honest feedback is very welcome.

u/ThatGuy739 — 5 days ago