How Milzune works

Milzune is a browser video converter and compressor with one unusual property: your video never leaves your device. Not "we delete it later" — it's never sent anywhere in the first place. Here's how, in plain language.

The short version

When you visit a typical online converter, your browser uploads the entire video to that company's servers, their computers do the work, and you download the result. Milzune flips this: instead of sending your video to the software, we send the software to your video. The page you load includes a complete video processing engine that runs inside your browser tab, on your own computer.

What is ffmpeg.wasm?

FFmpeg is the industry-standard video toolkit that has quietly powered everything from YouTube pipelines to desktop editors for over two decades — ffmpeg.wasm is that same engine, packaged so it can run inside a web browser. That one sentence is the whole trick. WebAssembly ("wasm") is a browser technology that lets code like FFmpeg run at near-native speed inside the secure sandbox every modern browser already has.

When you hit "Compress Now" or "Convert Now", Milzune downloads the engine (once — about 30 MB, then cached), opens your file directly from disk into the browser's memory, and processes it right there. The finished file is handed back to you as a download from your own machine's memory.

Why nothing is uploaded

There is no upload code in Milzune, no server waiting to receive files, and no storage bucket where videos could accumulate. The privacy guarantee isn't a policy decision that could quietly change — it's an architectural fact. You can verify it yourself:

  • Open your browser's network inspector while processing a video. You'll see the engine being downloaded to you, and no video data going out.
  • Disconnect from the internet after the page and engine have loaded. Compression and conversion keep working — because they never needed a server.

What this means for you

Privacy

If you've ever searched for a private video converter with no upload — because the footage is a client deliverable, a medical recording, family video, or anything else that shouldn't sit on a stranger's server — this is the model that actually delivers it. We can't leak, sell, train on, or be subpoenaed for files we never receive. Our Privacy Policy spells this out formally.

Speed

There's no upload wait and no server queue. For most files, skipping the upload alone saves more time than any server farm could win back — uploading a 500 MB video on a typical home connection takes longer than compressing it locally on a mid-range laptop.

Cost

Because we don't pay for fleets of processing servers, we don't need to recover that cost from you. The free tier is genuinely free with no watermark, and Pro is a one-time payment rather than a subscription.

Honest limitations

Client-side processing is a trade, and we'd rather you know the terms upfront:

  • Your device does the work. A large file that a data center would chew through in a minute may take several on an older laptop or phone. Newer hardware narrows the gap considerably.
  • The tab must stay open. Processing stops if you close the tab or let a mobile browser put the page to sleep. Keep the tab in the foreground for long jobs.
  • Very large files are bounded by memory. Everything happens in your browser's memory, so multi-gigabyte files depend on how much RAM your device has. This is the honest fine print behind Pro's "no size cap."
  • The first run needs a download. The engine itself (~30 MB) is fetched the first time you process a file, then cached by your browser for future visits.

Try it

The fastest way to understand it is to use it — pick a video and watch it get smaller without ever leaving your machine:

Compress a Video   Convert a Video