All free tools

Crop Video

Cut out unwanted parts of the frame and keep only the section that matters. Simple browser-based cropping for quick video cleanup.

Drop your file here or click to browse

Accepts MP4, MOV, WEBM

Settings

Processing runs entirely in your browser. No file is uploaded anywhere.

Show equivalent FFmpeg command
ffmpeg -i input.mp4 -vf crop='min(iw,ih)':'min(iw,ih)' -c:v libx264 -preset fast -crf 23 -c:a aac output.mp4

Frequently asked questions

Can I crop to a custom size?

Currently the tool offers common aspect ratio presets. For precise pixel-level cropping, use a desktop video editor.

Will cropping reduce file size?

Yes, cropping to a smaller frame typically produces a smaller file.

What formats are supported?

You can upload MP4, MOV, or WebM files. The output is MP4.