Runs in your browser

Convert and compress video, privately

DivXpress converts and compresses MP4, MOV, WebM, GIF and MP3 files entirely inside your web browser. Your video is read, encoded, and handed back on your own device instead of being uploaded to a server, so there is no queue to wait in and no copy of your footage anywhere but yours.

  • No uploads
  • No sign-up
  • No watermark

By the DivXpress teamLast checked 31 July 2026The engine behind it is named at the foot of this pageWhat we check before publishing

divxpress ยท convert & compress
Drop a video here or click to choose

Your file stays on your device. It is never uploaded.

Runs on your device. No sign-up, no watermark.
Converting0%
Done. Your file is ready.
Download file

How it works

Three steps, nothing installed

Choose your file

Drop a video onto the tool or pick it from your device. It stays on your computer.

Set the output

Pick a format, or nudge the quality and size sliders. Sensible defaults are ready to go.

Convert and download

The conversion runs on your device, then you download the result. No account, no wait in a queue.

Private by design

The video never leaves your device. There is no upload, so there is nothing for us to see, store, or leak.

No sign-up, no watermark

Open the page and convert. No account, no email, no watermark stamped across your output.

Works offline after loading

Once the engine has loaded once, the actual conversion needs no server round-trip at all.

Questions

Frequently asked

Are my files uploaded to a server?

No. DivXpress runs the conversion engine inside your browser using WebAssembly, so your video is processed on your own device. The file is never sent to us or to any server. That also means there is nothing for a third party to intercept, store, or leak, which is the point of doing it this way.

Why does "no uploads" matter for privacy?

Every time a video leaves your device for a server, a copy of it exists somewhere you do not control. It can be logged, stored, scanned, or kept long after you have closed the tab. Processing on your device avoids all of that, because the bytes that make up your video never travel across the network at all. For footage of family, kids, homes, or confidential work, that distinction is the whole reason this tool exists.

Is DivXpress free?

Yes. Converting, compressing, and extracting audio are all free, with no sign-up, no watermark, and no cap on how many files you put through it. There is no batch queue, though: files go one at a time.

What formats can it handle?

It reads common video files such as MP4, MOV, WebM, MKV, AVI and M4V, and can output MP4, WebM, MOV, animated GIF, or MP3 audio.

Which codec and quality setting should I pick?

For the output, MP4 is the safe default because it carries H.264 video with AAC audio, the combination that plays on virtually every phone, browser, and editor. Leave the quality slider at Balanced for everyday use. Slide toward Smaller file when you need to fit an attachment or upload limit, and accept a little softness in exchange. The encoder raises the CRF value behind the scenes as you move right.

What is the difference between quality and bitrate?

Bitrate is how many bits per second the encoder spends on the picture, and it is the main dial for file size. Quality, in this tool, is a CRF target: you tell the encoder how much detail to hold onto and it spends whatever bits each scene needs. For most people who just want a smaller file that still looks fine, the quality slider is the simpler knob.

Is there a file size limit?

There is no fixed limit, but because everything runs on your device, very large files depend on your available memory. Short clips and files under a few hundred megabytes are the most reliable. DivXpress does not cut clips itself, so if a long recording struggles, shortening it in whatever app it came from is the reliable fix.

Why does the first conversion take a moment to start?

The first time you convert, your browser downloads the conversion engine (about 30 MB) once and caches it. After that, conversions start immediately.

Under the hood

What the converter is built on

DivXpress has no encoder of its own. It runs a documented open-source one on your device, and every one of those pieces is public, so nothing here has to be taken on trust.

  • FFmpeg documentation. The manual for the encoder DivXpress runs inside your browser.
  • ffmpeg.wasm. The open-source project that compiles FFmpeg to run inside a browser tab.
  • MDN Web Docs: WebAssembly. The browser technology that lets compiled code encode video at usable speed on your own device.
  • MDN Web Docs: Media. Mozilla's reference for which containers and codecs browsers will actually play.