Crop video

Crop a Video — Free, In Your Browser, No Watermark

Cut the framing down to just the part of the video you actually want. Square crop, half crops (top / bottom / left / right), or a custom pixel rectangle. The crop runs locally — your file never leaves the browser.

  • No upload
  • No signup
  • No watermark
  • Square + half + custom presets
  • Up to 500 MB

Files never leave your browser. The conversion runs locally on your device.

Crop, don't resize, when content matters

Resizing is what you do when you need a specific aspect ratio and don't care which pixels survive. Cropping is what you do when specific pixels matter. If there's a webcam overlay in the corner of your screen recording, resizing won't remove it — it'll just shrink it. A crop cuts it out entirely. Same for sidebar UI you don't want, browser chrome at the top of a tab recording, or a logo watermark another tool baked in.

When to use each preset

Square (center) is for Instagram feed posts and product hero shots — it grabs the largest centered square that fits in your frame. Top / bottom half is for cleaning up screen recordings: top half usually grabs just the app window above the dock, bottom half is for grabbing chat transcripts or terminal output. Left / right half is rarer but useful for splitting a side-by-side comparison recording into two clips. For anything more precise, Custom with X / Y / W / H gives you pixel control.

How to figure out the crop coordinates

We don't ship a click-and-drag visual cropper — that adds enough complexity (canvas overlays, scrubber, frame seeking) that we'd need to build a real video editor. Instead: open the file in QuickTime, VLC, or your default player, hover the mouse over the top-left corner of the area you want to keep, note the coordinates, then do the same for the bottom-right. Subtract to get width and height. Plug them into Custom mode here. Five seconds slower than a visual tool, but it always works.

Cropping preserves audio losslessly

Because cropping only changes the visible pixel grid, we re-encode the video stream (CRF 22 H.264, visually transparent) but copy the audio track straight through with -c:a copy. There's no quality loss on the audio at all — it's byte-for-byte identical to the source. If you'd rather record content already framed correctly, Clipy's recorder lets you pick a specific window or region at capture time so cropping is unnecessary.

Common questions

What if my crop rectangle is bigger than the video?

FFmpeg will reject it and you'll get a 'crop area exceeds source dimensions' error. Lower W or H, or move X / Y closer to the origin. The presets (square, halves) all clamp to the source, so they always succeed.

Why does the file size stay roughly the same after cropping?

Because cropping reduces pixel count but the encoder uses the freed bandwidth on remaining detail. To actually shrink the file, run the cropped output through the video compressor afterwards — the combination usually halves it.

Can I crop to remove a watermark?

If the watermark sits in a corner or along an edge — yes, crop it off. If it's centered in the frame, no amount of cropping will help. For centered watermarks you need a content-aware fill tool, which we don't ship.

Will cropping rotate or flip the video?

No. Cropping only removes pixels. If you also need to rotate or flip the video, use the rotate / flip tool — you can run the two in sequence (crop first, then rotate) without compounding quality loss because the crop output is already H.264.

Is the file uploaded to your server?

No. The crop runs entirely in your browser via FFmpeg WebAssembly. The file never reaches our infrastructure — verify in your browser's Network tab if you want to be sure.

More free tools