Loading video tools…
Loading video tools…
Crop video to a custom aspect ratio or pixel dimensions.
Footage shot in one aspect ratio rarely fits perfectly into every platform's format — a widescreen clip gets letterboxed on a vertical feed, and a square clip leaves empty bars on a standard player. This tool crops video to a chosen aspect ratio or exact pixel rectangle right in your browser, so you can reframe existing footage for Reels, TikTok, Stories, or standard widescreen without reshooting. Pick a preset or drag a custom crop region, preview the result, and download the reframed clip. Processing happens locally using the Canvas and MediaRecorder APIs, so your footage stays on your device the whole time.
Your video never leaves your browser. All processing runs locally using Canvas and MediaRecorder.
Drop a video to crop
or click to browse — max 500 MB · MP4, WebM, MOV, AVI
Your video files never leave your device
All processing runs directly in your browser using built-in Web APIs — the Canvas API, Web Audio API, and WebAssembly. Nothing is uploaded to any server. There is no account, no email, and no data retention. You can verify this yourself: open your browser's DevTools Network tab and watch zero outbound file requests while the tool processes your video files.
GDPR-friendly · Works offline after page load · No file size limits beyond your device memory
Upload your video
Drag and drop or click to select your video file.
Choose a crop region
Pick an aspect ratio or set a custom rectangle.
Click Crop Video
The cropped region is rendered instantly in your browser.
Download the result
Save your cropped clip.
Cropping a video means defining a rectangular region within each frame and discarding everything outside it — the opposite of resizing, which scales the whole frame without removing any content. This tool decodes your video, draws each frame onto a Canvas, extracts only the pixels inside your chosen crop rectangle, and re-encodes that smaller region as the new video through the MediaRecorder API. The result is a video with a different aspect ratio and typically a smaller resolution than the source, since you've physically removed pixel data rather than compressing it.
The most common reason to crop video today is repurposing footage for short-form vertical platforms. Content shot in standard 16:9 widescreen doesn't fit a 9:16 vertical feed without either letterboxing (adding black bars, which wastes screen space) or cropping (cutting the sides to fill the frame). Cropping to 9:16 for Reels or TikTok, 1:1 for square feed posts, or a custom rectangle for a specific composition are all the same underlying operation with different target dimensions. It's a fast way to get one piece of footage working across multiple platforms without re-shooting.
Crop works well alongside a couple of adjacent tools. If your goal is to change the overall pixel dimensions of a video without cutting any content out — for example scaling a 4K file down to 1080p — that's what Resize Video does instead. And if the footage needs both reframing and trimming to a shorter duration, doing the crop first keeps the file smaller for the trim step, since there's less pixel data to process either way.
A key technical limitation worth knowing: the crop rectangle in this tool is static across the entire clip — it doesn't follow a moving subject frame by frame the way professional editing software with motion tracking can. For a subject that stays roughly centered, a static crop works well. For a subject that moves significantly across the frame during the clip, you'll want to choose a wider crop region that keeps them in view throughout, rather than a tight crop that risks cutting them out partway through.
Unlike most online tools, Toolivon processes everything directly in your browser using the Web APIs built into Chrome, Firefox, Safari, and Edge.
Last updated: