跳转到主要内容
Workflows 6 min read

Crop vs Trim: Two Different Kinds of Cutting

The most common beginner accident: wanting to cut the first ten seconds and opening the crop tool instead — the picture loses a frame of edges while the first ten seconds stay untouched. Two words that both mean cut, cutting completely different things.

What each cut actually cuts

Cropping changes the composition: every frame is still part of one continuous take, only the edges are cut away and the subject reframed — the duration never changes. Trimming changes the duration: you keep from second X to second Y and discard everything outside; every frame inside stays as it was.

The rule of thumb: remove a segment means time (intro ads, dead air, credits); remove a region means picture (black bars, watermarks, clutter at the edges). Anything phrased as from-second-to-second is a trim; anything phrased as which part of the frame to keep is a crop.

The parameter shapes give it away

The two tools take completely different inputs. Trim takes a time interval: start and end, in seconds or hh:mm:ss; the output file gets shorter, resolution unchanged. Crop takes a picture region: how much to remove from each of the four edges; duration unchanged, resolution smaller.

Reason backwards from the output you want: if the file must get shorter, trim. If the picture must get cleaner, crop. Neither can do the other’s job — they are not interchangeable in any direction.

When you need both, trim first

Real jobs often need both: cut a ten-second intro, then crop the black bars. Always trim first, crop second — clean up the timeline before touching composition. Doing it the other way also works, but your crop was measured against the full frame and needs re-checking after the trim, an extra round of verification for nothing.

This matches the general pipeline rule: time operations first, picture operations after, compression always last. Wrong order does not produce a broken file — just extra lossy steps and re-measuring.

Three easy-to-mix cases

Corner logo: a station bug in the top-right is a picture problem — crop that side away (the frame gets narrower). Highlight extraction: seconds-level precision wants trim’s frame-accurate mode; stream-copy mode snaps to the nearest keyframe and can be off by seconds.

And the compound case: removing a middle segment. Trim keeps one continuous interval, so the correct move is two trims plus a merge — an extension of trimming, not a third kind of cut.

Frequently asked questions