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
Your file stays on your device. It is never uploaded.
Pick a task
One-click tools for common jobs
Each tool opens with the right settings already chosen, so you can drop a file in and go.
Compress video
Shrink an MP4 or MOV to a target quality without uploading it anywhere.
Open tool →Video to GIFMP4 to GIF
Turn a short clip into a clean, shareable GIF with control over frame rate and width.
Open tool →ConvertMOV to MP4
Convert an iPhone or camera .mov file to a widely compatible MP4.
Open tool →Extract audioVideo to MP3
Pull the audio out of a video and save it as an MP3.
Open tool →ConvertWebM to MP4
Convert a downloaded WebM file to MP4 so it plays everywhere.
Open tool →EverythingAll tools
Browse the full set of converters and the compressor in one place.
See all →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.
Guides
Learn the why behind the settings
Short, jargon-light notes on formats, compression, and getting smaller files without wrecking them.
How video compression works
What a codec does, why bitrate matters more than resolution, and how the quality slider maps to real settings.
Read →6 min readH.264 vs H.265 (HEVC)
The size tradeoff between the two codecs, the compatibility catch with HEVC, and which one to pick.
Read →6 min readWhat bitrate should I use?
Why one bitrate never fits all, the published H.264 ranges that work, and when to use CRF instead.
Read →6 min readShrink video for email and social
The right order to trim, cap resolution, raise CRF, and lower audio so a clip fits common size limits.
Read →5 min readMP4 vs WebM vs MOV
What the three containers really are, where each one shines, and the simple default that avoids headaches.
Read →All guidesBrowse every guide
The full list of plain-language notes on formats, compression, codecs, and getting smaller files.
See all →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.