Turn a landscape lecture into a vertical clip
Lock 9:16 and drag the box over the speaker, and the short-video platform no longer shows big black bars.
Guide
Video Crop keeps only part of the picture: cut away black bars above and below, turn a landscape video into a vertical one for short-video platforms, or take out subtitles burned into the bottom or some distraction in a corner. It is the “Crop picture” tab of the audio/video workbench and, unlike Trim and Cut Video Clips, it cuts space instead of time.
Updated 2026-09-094 min read
Video Crop keeps only part of the picture: cut away black bars above and below, turn a landscape video into a vertical one for short-video platforms, or take out subtitles burned into the bottom or some distraction in a corner. It is the “Crop picture” tab of the audio/video workbench and, unlike Trim and Cut Video Clips, it cuts space instead of time.
The crop box is drawn straight on a video frame: choose a ratio first (free / 16:9 / 9:16 / 1:1 / 4:3) and the tool offers the largest centred box for that ratio, then drag it to move and drag a corner to resize. Because H.264's yuv420p pixel format requires even width and height, the output size is rounded down to even numbers (a box of 1081×1079 becomes 1080×1078), and the panel shows “Output size W×H, origin (x, y)” live.
<original-name>_cropped.mp4 (MOV / MKV / M4V keep their extension, other containers come out as .mkv).| Input | Output | Notes |
|---|---|---|
1920×1080 landscape video, 9:16 selected |
A centred 608×1080 vertical picture |
1080 × 9 ÷ 16 = 607.5, rounded down to the even 608 |
1920×1080 film with 140 px black bars above and below |
Free ratio box of 1920×800, origin (0, 140) |
With the bars gone the picture is 2.4:1 widescreen |
3840×2160 screen recording, only the bottom-right quarter wanted |
Box of 1920×1080, origin (1920, 1080) |
Crop does not scale, pixels are kept as they are |
Lock 9:16 and drag the box over the speaker, and the short-video platform no longer shows big black bars.
Widescreen black bars waste bitrate and screen space, so frame them away with the free ratio.
For an old video with subtitles burned into the bottom, line the top of the box up with the upper edge of the subtitles.
From a 4K full-screen capture, keep just the application window area and compress it afterwards.
H.264 requires even width and height, so the tool rounds width, height and origin down to even values. Draw the box at even numbers if you need an exact size.
This tool does not scale. Enlarging a small cropped picture needs a separate scaling tool; Video Format Converter only shrinks and never enlarges.
Drag the preview progress bar to change frames. The box coordinates are source pixels and are the same for the whole video, so pick a frame where everything you want to keep is visible to check the crop.
Cropping runs locally in the browser through ffmpeg.wasm and the video is not uploaded; the first use downloads about 31 MB of engine files from a CDN (the site's asset domain or jsDelivr) and that request contains no video content.
Updated 2026-09-09
Draw a crop box on the preview or use presets (16:9 / 9:16 / 1:1) to cut black bars or reframe
Everything runs locally in your browser; files are never uploaded to a server