Journal / Video Compression
Video Compression

How to Compress Video Files in Your Browser

2 MIN READ · VIDEO COMPRESSION

A three-minute phone video can easily be several hundred megabytes. That is fine until you try to email it, upload it on a slow connection, or fit a dozen of them on a thumb drive. Compression is how you bring that number down — and you can do all of it in a browser tab without sending the file anywhere.

What actually determines file size

Two settings dominate: resolution and bitrate. Resolution is how many pixels each frame contains — 1920×1080 (“1080p”) has roughly twice the pixels of 1280×720 (“720p”). Bitrate is how many bits per second the encoder is allowed to spend describing the video. Lower either one and the file shrinks.

For most sharing, dropping a 4K clip to 1080p — or even 720p for something destined for a phone screen — is invisible to the viewer and can more than halve the size on its own. Bitrate is the finer dial: set it too low and you will see blocky “artifacts” appear in fast motion and gradients.

Quality mode vs. target-size mode

VideoDock’s Compress tool gives you two ways to think about the problem. In quality mode you pick a resolution and a bitrate directly and see the result. In target-size mode you simply tell it how big the file should be — say, 10 MB — and it estimates the bitrate needed to land near that budget. Target-size mode is the one to reach for when a platform imposes a hard upload limit.

Read the before-and-after

After processing, the tool shows the original size, the new size, and the percentage saved, plus a draggable comparison slider so you can wipe between the original and the compressed version and judge the quality loss for yourself. This is the part most online compressors hide — here it is front and centre, so you are never guessing.

A sensible workflow

Always keep your original. Compression is lossy: bits you remove are gone, and re-compressing an already-compressed file compounds the damage. Start by lowering resolution to whatever the destination actually needs, then trim the bitrate until the comparison slider shows quality you are happy with. Stop at the smallest size that still looks good — there is no prize for going lower than the medium requires.

The honest limits

In-browser compression is bounded by your device’s memory and by the formats the browser can write — re-encoded output is WebM unless the FFmpeg engine is active for MP4. Very large source files use more memory and take longer, since the default engine works in real time. For a multi-hour recording, trimming to the part you need first will make compression far quicker.

Try it now

Shrink file size with a quality/bitrate target.

Open Compress Video