Privacy5 min read

Where your video actually goes when you edit it online

Drop a clip into a typical online video editor and a progress bar appears. That bar is your footage leaving your computer. Most people never think about what happens after that, and most editors would prefer to keep it that way. This post walks through the standard cloud editing pipeline, what can happen to the copies it creates, and how to check, in about a minute, what any editor really does with your files.

Try Supercut freeNo upload · No sign-up to start · 100% private

The standard cloud editing pipeline

Nearly every mainstream online editor follows the same architecture. Your file uploads to the service’s storage. Servers transcode it into a lower-resolution proxy that streams back to your browser, which is what you actually scrub and cut. Your edits are a list of instructions kept on their side. When you export, their render farm applies those instructions to the original at full quality and hands you a download link. This design exists for good reasons: it works on weak hardware, enables collaboration, and lets the service use powerful GPUs. But notice what it implies. From the moment the upload finishes, the working copy of your video lives on infrastructure you do not control, and everything that happens next is governed by policy documents rather than by physics.

What can happen to a server copy

None of the following requires anyone to act in bad faith. These are structural properties of footage sitting on someone else’s systems. Retention: "deleted" projects often persist in backups and caches for weeks or months, and some services keep uploads indefinitely unless you explicitly purge them. Licensing: terms of service commonly grant the provider a broad license to host, reproduce, and adapt your content, and some reserve rights to use content for improving services, which can include training models. Access: employees, contractors, and subprocessors may be able to reach stored media under support or moderation workflows. Breaches: any stored copy is exposed if the provider is compromised. Legal process: footage on a server can be subpoenaed or produced in discovery without your involvement, which matters enormously for journalists and lawyers. Jurisdiction: your files sit wherever the provider’s data centers and corporate obligations sit, not where you sit.

Six questions to ask any online editor

You can evaluate any service in a few minutes by looking for the answers to these in its privacy policy and terms.

  • Is my footage uploaded at all, and for which features?
  • How long is it retained after I delete a project, including backups?
  • What license over my content do the terms grant, and does it survive deletion?
  • Is my content used to train or improve models, and can I opt out?
  • Who can access stored media (employees, subprocessors), and under what controls?
  • Where is it stored, and which jurisdiction’s law applies?

How to verify what a tool actually sends

You do not have to take any vendor’s word for it, including ours. Two checks settle it. First, the network tab. Open your browser’s developer tools, switch to the Network panel, then add a large video to the editor. If you see requests uploading hundreds of megabytes to the service’s domain, your footage is leaving. If you only see small requests, text and metadata, the processing is local. Second, the offline test, which is even simpler: load the editor, turn off Wi-Fi, and try to complete an edit and export. A cloud editor stops working because its servers are unreachable. A genuinely local editor keeps going, because everything it needs is already on your machine.

The alternative: editing that never uploads

WebAssembly changed what a browser tab can do. FFmpeg, the same engine that powers much of the video industry, now runs inside the page, which means decoding, editing, and re-encoding can happen entirely on your device. That is how Supercut works. There is no upload step, no proxy, and no render farm, because there is no server copy at any point. The one nuance worth being precise about: Supercut is an AI editor, and the AI needs to know what you asked for. So the text of your prompt, plus basic metadata like duration, dimensions, and filename, is sent to plan the edit. The pixels never go anywhere. The plan comes back as a structured instruction, a deterministic engine maps it to exact FFmpeg commands, and your own processor does the work. Both verification tests above pass: the network tab shows no footage leaving, and once the page is loaded you can go offline and still export.

Who should care the most

For a meme edit, cloud copies are a shrug. For some work they are disqualifying. Journalists protecting sources, and anyone handling footage where a subpoena, breach, or moderation queue would be a serious problem: legal teams, healthcare workers, HR departments. Agencies editing unreleased product launches under NDA. Parents who would rather their kids’ videos not live on a server at all. Creators in countries where platform data is accessible to authorities. If you are in any of those groups, the fix is architectural, not contractual. A better privacy policy is still a promise; local processing is a property. Pick tools where the footage physically cannot leave, and the whole category of server-side risk disappears.

Do it in Supercut

Related guides

Related use cases

Frequently asked questions

Do all online video editors upload my footage?

Almost all of the well-known ones do, because their architecture depends on server-side proxies and cloud rendering. The exceptions are editors built on in-browser processing (WebAssembly), like Supercut, where the edit runs on your own device and no upload happens.

If I delete my project, is my video gone from their servers?

Not necessarily right away. Deletion typically removes your access first, while copies can persist in backups and caches for a retention window defined in the privacy policy. Some services also retain derived data. Check the policy for concrete retention numbers.

How can I tell if an editor is really local?

Two quick tests: watch the browser’s network tab while importing a large file (local tools send text and metadata, not hundreds of megabytes), and try finishing an edit with Wi-Fi off after the page loads. A local editor keeps working offline; a cloud editor cannot.

Does Supercut send anything at all?

Yes, two small things: the text prompt you type and basic metadata (duration, dimensions, filename), so the AI can plan the edit. The footage itself is decoded, edited, and re-encoded in your browser and never leaves your device.

Is local in-browser editing worse than cloud editing?

It trades server power for privacy. Your own device does the work, so very large files depend on your machine’s memory, and there is no multi-user cloud project. For trims, crops, captions, audio cleanup, compression, and conversions, the local approach is fast, and the privacy is absolute rather than contractual.