ffmpeg -i input.mp4 -vf "crop=640:480:100:50" output.mp4

Category: Media & Conversion

ffmpeg -i input.mp4 -vf "crop=640:480:100:50" output.mp4

Crop video to a region

Crops to a 640x480 region starting 100 pixels from the left and 50 from the top, using the crop=width:height:x:y syntax. The coordinates count from the top-left corner. Combine with scale for a different final size.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.