What the GIFvideo → gif, the way creatives need it
private video editor

The Upload Step Isn't Skipped. It Doesn't Exist.

Most free web editors are a server wearing a nice interface: your footage goes up before the first cut lands. This one runs entirely on your machine, and you can prove that claim with your wifi switch.

Drop a video, get a GIF free · frame-perfect · nothing leaves your browser Open the converter →

What 'free online video editor' usually costs

The standard architecture behind that search result: you upload the footage, it sits in a queue, a server renders the edit, you download the result, and a copy lives on infrastructure you'll never see, governed by a retention policy you didn't read. For a clip of your lunch, fine. For anything sensitive, the upload leg is the entire problem, and no privacy policy fixes it, because the policy governs a copy that now exists.

This editor can't upload footage. Not won't. Can't.

This is a private video editor with no upload in the architectural sense, not the marketing sense. Decoding the video, every cut and crop, and encoding the export all execute in the page, on your hardware. There is no server-side render pipeline, so there is nothing to send footage to.

On top of that, the page's Content Security Policy pins its connect-src to the site itself, so the browser refuses to let page scripts send data out through fetch, XHR, WebSockets, or beacons. Full disclosure on what the page does load: ads and a cookieless, self-hosted visit counter, the things that keep it free, neither of which can read your footage. A promise is a sentence in a policy document; the CSP is a rule your browser applies on every load.

The wifi test, which you should actually run

Load the page. Turn the wifi off. Load a clip, cut it, caption it, export it. Everything works, because nothing was ever making a round trip. A tool with a server in the loop becomes a spinner the moment the network drops; this one doesn't notice. Run the test once for peace of mind, or edit on airplane mode permanently. It costs nothing either way.

Footage that should never touch third-party infrastructure

For sensitive screen captures specifically, the screen recording page covers the capture side of the same discipline.

Scope, stated plainly

The output is silent, always: a GIF, an APNG, or a muted MP4, aimed at short-form work. Within that scope the editing is genuine: sequence multiple clips, trim with frame accuracy, split at the playhead, crop to exact ratios, change speed, add captions and shape overlays, undo freely, and save the project as a local .wtg file on your own disk, not a cloud doc.

If the sensitive footage needs its audio or an hour-long timeline, use an installed desktop editor; software running locally keeps files local too. The trap this page exists to flag is narrower and very common: the free web editor whose first step is taking your footage. The private converter page applies the same architecture to straight conversion, and the editor itself lives at the tool.

Edit it where it already lives

Your footage is on your machine, and the entire edit happens there too. Cut it, caption it, export it, and never write a deletion request email.

Open the converter

Questions, answered

How do I verify the no-upload claim myself?
Two ways. Easy: load the page, disconnect from the network, and keep editing; a tool with a server dependency dies immediately. Thorough: open your browser's developer tools, watch the network tab while you edit and export, and confirm the footage never moves.
Where does my video live while I'm editing?
In the browser's memory on your machine. Close the tab and it's gone. If you save a project, that .wtg file is written to your local disk like any download, not to anyone's cloud.
Is 'private' code for 'paid'?
No. Free, no account, no watermark; ads on the page pay the bills. The privacy isn't a premium feature, it's a consequence of the architecture, so there's nothing to gate.
What can this editor actually do?
Short-form, silent editing: sequence clips, trim and split with frame accuracy, crop to exact ratios, speed changes with reverse and bounce, captions, shape overlays, fades, undo and redo. Output is GIF, APNG, or muted MP4. No audio, no transitions, no long-form timelines.
What if my sensitive footage needs its audio kept?
Then use an installed desktop editor; locally running software keeps files local too. The thing to avoid isn't editing in general, it's the free web editor whose first step is uploading your footage to someone else's machine.
Is this safe for NDA or client work?
It's the design case. Processing happens entirely on your machine, nothing transmits, and no account links you to any of it. The confidentiality story stays short because there's nothing to explain away.