The short version
Black bars appear when the source and display frames have different aspect ratios and the whole source is fitted without distortion. Player-added bars are normal; baked-in bars are pixels inside the file. Fix only the latter unless cropping away real picture is acceptable.
What matters most
- Letterbox bars are horizontal; pillarbox bars are vertical.
- Bars often preserve the complete image and are not a defect.
- Removing baked bars changes the active resolution and may require cropping or rescaling.
How to apply it
- Check the file's pixel dimensions and inspect whether bars exist inside the decoded image.
- Compare the active picture ratio with the player or destination ratio.
- Choose native delivery, crop-to-fill or a deliberate padded layout.
- If bars are baked in, crop only their exact boundaries and preserve the active picture.
- Test the result on the real player at full screen and embedded sizes.
Reference table
| Symptom | Likely cause | Safe response | Tradeoff |
|---|---|---|---|
| Bars top and bottom | Source is wider than display | Fit or crop sides | Crop loses width |
| Bars left and right | Source is narrower than display | Fit or crop top/bottom | Crop loses height |
| Bars on all sides | Padding already baked in | Crop encoded bars | May require upscale |
| Image looks stretched | Non-proportional scaling | Restore source ratio | Bars or crop return |
Use exact dimensions and units in production notes; familiar labels can describe more than one standard.
Distinguish player bars from encoded bars
Pause the video and resize the player window. If the bars change while the active picture keeps its shape, the player is probably adding them. If the bars remain a fixed part of the decoded frame or appear in an editing timeline, they may be encoded pixels. A media information tool can confirm only the outer raster, so visual inspection is still needed.
Encoded bars are common in files that were previously forced into a delivery standard. For example, 4:3 footage may have been placed inside a 1920 × 1080 frame with pillarboxes. Uploading that file to a player that already adapts to 4:3 preserves unnecessary padding and can create bars on more than one pair of edges.
- Resize the player to observe adaptive padding.
- Inspect the file in an editor with a contrasting canvas.
- Record both outer raster and active-picture ratio.
Understand why the bars exist
A 1920 × 800 image is 2.4:1. Fitting it inside 1920 × 1080 keeps the full width but uses only 800 pixels of height, leaving 280 pixels total—140 above and 140 below. Those bars preserve every source pixel and natural proportions.
Cropping that source to 16:9 instead keeps the full 800-pixel height and displays about 1422 pixels of width, removing roughly 249 pixels from each side if centered. Neither result is universally correct: one preserves content, while the other fills the screen.
- Fit creates padding on the dimension with unused space.
- Fill removes source content on the overhanging dimension.
- Stretch changes object geometry and is rarely appropriate.
Remove baked bars carefully
Measure the boundaries of the real picture rather than guessing. Crop to even pixel values when the encoder requires them, and confirm that the crop does not cut subtitles or analog edge noise that should remain. After cropping, keep the native active ratio unless a second creative decision requires another frame.
Do not upscale automatically to restore the old outer dimensions. A 1440 × 1080 active 4:3 picture inside a 1920 × 1080 padded frame contains no additional horizontal detail in the bars. Exporting the cropped picture at its honest resolution can be better than inventing pixels solely to retain a familiar label.
- Measure all four edges.
- Preserve a copy of the padded source.
- Avoid unnecessary enlargement after cropping.
Choose the correct delivery behavior
For adaptive web players, native-ratio video is usually the cleanest input. Broadcast, exhibition and fixed-canvas workflows may require a specific raster, in which case controlled padding is part of the deliverable. Document whether bars are intentional so another editor does not remove them later.
Check full-screen, inline and portrait-device playback. Background colors may differ between players, so designed padding should be encoded only when it carries intentional visual meaning. Otherwise allow the destination to provide neutral space around the native picture.
Common mistakes to avoid
- Zooming a player and assuming the exported file changed.
- Cropping player-generated bars from the original source.
- Stretching old 4:3 footage to fill 16:9.
- Removing bars without checking subtitles near the active-picture edge.
Continue with the right tool
Use a calculator to check the numbers against your own source and destination instead of relying on a generic preset.
Related guides
How to Convert Video Aspect Ratio Without Stretching
Convert a video to a new aspect ratio using crop, padding or reframing while preserving natural proportions and export quality.
Video framing and deliveryHow to Turn a Horizontal Video into Vertical Video
Reframe landscape footage for a vertical 9:16 canvas using crop, split layouts, backgrounds and shot-by-shot composition.
Video framing and deliveryYouTube Video Aspect Ratios for Videos, Shorts and Thumbnails
Choose the correct YouTube aspect ratio for standard videos, Shorts and thumbnails, and understand player padding and previews.
Frequently asked questions
Are black bars a quality problem?
No. They can be the correct way to show the complete source on a differently shaped screen.
Can I remove bars without cropping?
Only if the bars are encoded inside the file and can be cropped away. If they result from a genuine ratio mismatch, filling the frame requires crop or distortion.
Why are there bars on every side?
The file may already contain padding and then be fitted again by the player, producing windowboxing.
Should vertical video have side bars on desktop?
That can be normal because a tall frame is being shown inside a wide player.
Sources and further reading
These references support the technical definitions and platform-specific guidance used above.
- YouTube Help — video resolution and aspect ratiosFirst-party recommendation to avoid adding padding or black bars directly to video.