·6 min read

How to Crop Out Black Bars (Letterboxing) from a Video

Black bars appear when a video's aspect ratio does not match the display. Letterboxing wastes screen space and looks amateur in presentations. Here is how to remove them.

Black bars on videos are not a defect in the file. They appear because the video's aspect ratio does not match the display's aspect ratio. When a 2.39:1 widescreen movie plays on a 16:9 screen, the extra vertical space is filled with black bars at the top and bottom (letterboxing). When a 4:3 standard-definition video plays on a 16:9 screen, black bars appear on the sides (pillarboxing). When a vertical 9:16 phone video plays on a 16:9 monitor, you get bars on both sides.

Why black bars exist in the first place

Aspect ratios evolved independently for different media. Classic television was 4:3 (1.33:1). When widescreen TVs arrived, they standardized on 16:9 (1.78:1). Cinema uses even wider ratios: 1.85:1 for standard theatrical and 2.39:1 for anamorphic widescreen (commonly called "scope"). Phone cameras record in 16:9 (landscape) or 9:16 (portrait).

When content made for one ratio plays on a screen with a different ratio, the player has two choices: stretch the image to fill the screen (which distorts people and objects) or maintain the original proportions and fill the extra space with black. Black bars are the non-destructive option.

When you should remove them

There are legitimate reasons to crop out black bars:

  • Re-uploading a video that was previously recorded or downloaded with bars already baked in. Some screen recordings and video downloads encode the black bars directly into the pixel data rather than using metadata. Uploading this to YouTube or TikTok creates double-letterboxing: the platform adds its own bars around your already-barred video.
  • Converting a widescreen video to vertical format. If you have a 2.39:1 cinematic clip and want to post it as a 9:16 Reel, you need to crop the composition rather than display it tiny with massive bars.
  • Cleaning up presentations. A video embedded in a slide deck looks more polished when it fills its bounding box without black padding.
  • Removing bars from old 4:3 footage being used in a 16:9 project.

What you lose when you crop

Cropping is destructive. You are removing pixels from the frame, which means some visual content at the edges will be cut off. The more extreme the aspect ratio change, the more content you lose:

  • Removing letterbox bars from a 2.39:1 video on a 16:9 canvas: You lose 0% because you are only removing the empty black bars, not actual content.
  • Cropping a 16:9 video to 9:16 (landscape to portrait): You lose roughly 68% of the horizontal frame. Only the center third survives.
  • Cropping a 4:3 video to 16:9: You lose roughly 25% of the vertical frame from the top and bottom.

The key distinction is whether the black bars are empty padding (safe to remove) or whether you are cutting into actual picture content to change the aspect ratio (a creative decision with trade-offs).

Detecting whether black bars are baked in or added by the player

If you open the video in a media player and inspect its properties (or use FFprobe), check the actual resolution. If a "16:9 video" reports as 1920x1080 but has visible black bars, those bars are baked into the pixel data. The actual useful content area is smaller than the reported resolution.

If the video reports a resolution like 1920x800 (which is approximately 2.39:1), there are no baked-in bars. The player is adding them dynamically to fit your screen. In this case, you do not need to crop anything. The video is already the correct resolution for its content.

Cropping baked-in bars vs. ignoring player-added bars

If the bars are baked into the pixel data (the video reports as 1920x1080 but the useful content is only 1920x800), cropping is the right fix. Use the MediaBrew crop tool to draw a rectangle around the actual content area, or snap to a preset ratio (16:9, 9:16, 4:3, 1:1). The tool re-encodes only the selected region.

If the bars are added by the player (the video reports as 1920x800 and the player is letterboxing to fill your screen), no cropping is needed. The video is already the correct size for its content.

Try it yourself

Use the free MediaBrew Crop Video tool - no account, no upload, runs in your browser.

Crop Video

More guides