What "private" actually means here
Most "online" GIF tools are quietly a file transfer. You pick a video, it uploads to a server in some data center, a machine you'll never see processes it, and you download the result. Your footage took a round trip through infrastructure you don't control, and you're trusting a privacy policy that nobody reads. That's fine for a meme. It's not fine for a recording of an internal dashboard, a customer's screen, an unreleased build, or anything covered by an NDA.
What the GIF works the other way around. The converter is JavaScript that runs in your tab. When you drop a file in, the browser decodes it locally and builds the GIF on your own machine. Nothing is sent up. There's no upload bar because there's no upload, and no server step because there's no server doing the work. The only network request is the one that loaded the page in the first place.
You can prove it to yourself in about ten seconds. Open your browser's DevTools, switch to the Network tab, then convert a clip. You'll see the page assets load and then nothing while the GIF renders. That's the honest version of converting video to GIF without uploading, and it's the whole point of this page.
Why offline and locked-down networks are no problem
Because the work is local, the converter keeps running after the page is loaded even if your connection drops. Load the homepage once on the train, then go through a tunnel, and you can still trim and export. Hospital Wi-Fi, an air-gapped lab, a conference network that blocks half the internet, a corporate proxy that flags file-upload domains: none of that touches a tool that doesn't upload anything in the first place.
This is also why IT tends to leave it alone. There's no new app to install and get approved, no executable to whitelist, no outbound transfer for a DLP system to choke on. It's a website your browser already trusts, doing math your CPU already does. If your workplace blocks the usual converters because they ship files off-site, a private offline GIF converter sidesteps the entire objection.
- Strict corporate proxy or DLP rule that blocks file uploads: fine, nothing uploads.
- Spotty or offline connection after the page loads: fine, conversion is local.
- No install permissions on a managed laptop: fine, it's just a browser tab.
- Sensitive footage you'd rather not hand to a stranger's server: fine, it never leaves your machine.
The controls you get, all running on your machine
Private doesn't mean stripped down. Everything that makes a good GIF happens right there in the tab, with a live size estimate updating as you go so you're never guessing what you'll end up with.
- Frame-accurate trim: set in and out points on a real timeline, then nudge a single frame at a time with the arrow keys. No slippery scrubber rounding off the moment you wanted.
- Crop locked to exact ratios: 1:1, 9:16, 4:5, 4:3, and 16:9, so the output lands at the right shape for wherever it's going without stretching.
- Frame rate (fps): dial it down to 10 to 15 for most clips. 12 to 15 suits screen recordings and talking heads, 10 is plenty for slow motion.
- Scale and resize: downscale the dimensions to shed weight. Going from 1080-wide to 640-wide often halves the file on its own.
- Color and dithering: drop the palette to 64 to 128 colors and pick a dithering style to trade a little detail for a much smaller, cleaner GIF.
Every one of those controls runs on your own machine, so tuning palette, fps, and scale to hit a target size never costs you a single byte of upload. The output is a real GIF with no watermark and no account gate, the same promise behind our no-watermark and no-sign-up pages.
Works on whatever you're sitting at
It's a website, so it runs anywhere a real browser runs. Mac, Windows, ChromeOS, and Linux are all the same to it, and Chrome, Safari, Firefox, and Edge all do the job. A locked-down Chromebook that can't install software still runs the converter, which is exactly why it doubles as a GIF maker for Chromebook in classrooms and shared-device setups.
It eats the formats your devices actually produce: MP4, MOV, WebM, AVI, MKV, M4V, and anything else the browser can decode. Drag in a phone clip, a screen capture, or an old AVI off a drive. The input is a video file you already have. (It converts video into GIF, not the other way around, and it won't record your screen or webcam for you, so bring an already-recorded clip.)
From file to GIF without leaving the tab
The flow is short on purpose. Drop a clip in, trim to the exact frames you want, set the shape and the weight, and export. The first preview tells you the file is decoding locally. The live size estimate tells you when you're in the right range, roughly under 2 MB for chat and email embeds, a bit more for a slide.
When it's done you get a real GIF with no watermark stamped on it and no account gate in the way. Ready to try it on a clip that shouldn't leave your laptop? Open the converter and drop a file in.