Comparison · Technique comparison
Subtitle Removal vs Cropping
Cropping is a legitimate workaround when subtitles sit in a safe bottom bar: cut the bar off, keep the frame. But you pay with resolution and composition. Inpainting keeps the full frame. Here's when each trade is worth making.
The math
What cropping costs you
A 16:9 frame with a subtitle bar cropped to 2.0:1 loses ~11% of height. Cropping to 2.35:1 (common for cinema-safe deliverable guessing) loses ~23%. Every crop permanently discards picture — you cannot un-crop later.
Side by side
| Cropping | Inpainting (removal) | |
|---|---|---|
| Frame integrity | Lost — content permanently removed | Full frame preserved |
| Aspect ratio | Changes (e.g. 16:9 → wider) | Unchanged |
| Resolution | Effectively reduced (crop + rescale) | Full resolution retained |
| Artifacts | None (but composition suffers) | Possible on pathological footage |
| Speed | Instant, free | Model inference, per-minute cost |
| Best for | Clean subtitle bars on letterboxed content | Text overlaying real picture |
When cropping is the honest best move
If the subtitle sits in a dedicated matte/letterbox bar that contains no picture, cropping is free — nothing important is lost. Same for content where a wider ratio is desirable anyway. In those cases, inpainting is over-engineering.
When cropping ruins the video
Subtitles over actual picture — talking heads, gameplay, sports — cropping amputates the scene and changes the director's framing. That's the inpainting case: remove the text, keep the frame, deliver the same composition at full resolution.
FAQ
Common questions
Does cropping affect quality?
Cropping itself is lossless, but you then usually scale back up to a standard resolution, which loses detail. Net effect: reduced effective resolution.
Can I crop and then inpaint?
Rarely needed. If subtitles overlay picture, inpaint in place; if they sit in a matte bar, crop. Doing both usually means you picked the wrong tool.
Which is better for re-licensing content?
Removal keeps the original master intact and frame-compliant; cropping locks the new aspect ratio into the deliverable. Removal is the safer archival choice.
Keep exploring
Related guides
Subtitle Eraser API
Remove hardcoded subtitles cleanly for localization and short-drama export.
Learn moreSubtitle Removal vs Blurring
Blurring a subtitle is fast but leaves a visible smudge and can fail compliance checks. Compare blur vs inpainting-...
Read guideAI Subtitle Removal vs Manual
Manual subtitle removal (clone stamp, frame-by-frame cleanup) vs AI video inpainting — compare time per minute of v...
Read guide