Open Source · MIT · Free Forever

Strip letterboxes from 500 files — without Premiere, uploads, or FFmpeg scripts

AutoCrop Pro is a free Windows app that removes letterboxes, pillarboxes, and black bars from hundreds of images and videos in one run. Drag a folder, preview the crop, and process in parallel on your CPU — files never leave your hard drive.

  • Batch-process hundreds of images & videos in parallel on your CPU
  • 100% offline — zero cloud uploads, zero telemetry
  • Live crop overlay with a single tolerance slider

No account · No subscription · FFmpeg required for video only

JPGPNGWEBPBMPGIFTIFF · MP4MOVMKVAVIWEBMFLV · JPGPNGWEBPBMPGIFTIFF · MP4MOVMKVAVIWEBMFLV
0 Offline — no cloud uploads
0 Data sent to servers
0 Files per batch run
Rayon multi-core threads

What is AutoCrop Pro?

AutoCrop Pro is a free, open-source Windows desktop app that automatically detects and removes black borders, letterboxes, and pillarboxes from images and videos in batch. It runs 100% offline on your PC using a Rust parallel backend (Rayon) for images and FFmpeg cropdetect on 30 sample frames for video — with a live preview overlay and a single tolerance slider.

Last updated: June 9, 2026 · MIT License · Source on GitHub

The real problem

Black bars aren't hard to crop.
Doing it 200 times is.

Every editor, archivist, and content team hits the same wall. The crop takes seconds — the workflow around it eats your week.

01

The Premiere trap

"I just need to strip letterboxes — not open a full timeline for each clip."

Import, crop, export, repeat. For a folder of screen recordings or VHS rips, that's an afternoon gone. AutoCrop Pro processes the whole folder while you grab coffee.

~3 minper file manually <1 seceach in batch
02

The upload you can't afford

"My client's NDA footage is not going on some random website."

Online croppers want gigabytes uploaded over Wi-Fi. Slow, lossy, and a security nightmare for sensitive media. AutoCrop Pro never touches the internet.

0 bytesuploaded 100%local
03

The FFmpeg gamble

"I know cropdetect works — I just don't trust myself with 400 files."

One wrong flag in a batch script and you've re-encoded an archive with artifacts. AutoCrop Pro gives you FFmpeg's power with a visual preview before you commit.

CLI riskbatch scripts Visual controllive preview
04

The quality death spiral

"I cropped it twice and now it looks like a potato."

Every re-encode through a web tool adds compression damage. AutoCrop Pro offers lossless PNG output or copies the original wrapper. Crop once, crop right.

Lossless PNGzero artifacts Keep originalno re-encode
Before & after

See what one batch run looks like

Before — 1920×1080 with letterboxes
After — 1920×800 clean frame
Under the hood

Built for speed, precision, and privacy

Rust parallel processing on the backend. A visual dashboard on the front. No compromises.

Parallel batch processing

Rayon distributes work across every CPU core. Drop 500 files, click process, and watch them fly through the queue.

Dual edge detectors

Images get pixel histogram sweeps with a 1% noise floor. Videos run FFmpeg cropdetect across 30 sample frames for accurate widescreen boundaries.

Live preview overlay

Click any queued file to see the detected crop region. Drag the tolerance slider and watch boundaries update in real time.

Safe border padding

Toggle a 10px buffer so the detector never clips subtitles, captions, or edge content you want to keep.

Flexible output formats

Export lossless PNG for design assets, compressed JPEG or WebP for web, or keep the original file wrapper untouched.

Output gallery built in

After processing, browse cropped files in a lightbox gallery. Open the output folder with one click.

Workflow

Three steps. No learning curve.

1

Drop your files

Drag a folder of JPG, PNG, WEBP, MP4, MOV, MKV, or any supported format onto the app. Hundreds at once.

2

Preview & tune

Click any file to see the crop overlay. Adjust tolerance until borders snap perfectly — without touching pixel math.

3

Batch export

Hit process. Cropped files land in Documents/AutoCrop_Output/. Originals stay untouched.

Who it's for

Built for people who process media in bulk

YouTube & video editors

Standardize mixed-aspect footage, screen recordings, and old TV rips without opening a timeline for each clip.

Designers & photographers

Batch-strip scanner borders and black margins from product shots, mockups, and web assets.

Archivists & hobbyists

Digitizing VHS, DVD, or scanned collections? Remove thick analog borders from hundreds of files overnight.

Agencies with NDA clients

Sensitive footage stays on-premise. No third-party uploads, no compliance headaches.

Interactive demo

Try the crop tolerance slider

Drag the slider to see how AutoCrop Pro sweeps pixel histograms inward from each edge. Below 13% misses borders. Above 45% clips into your content.

Crop Tolerance Playground
1920 × 800
Exact borders detected Optimal sweep

Below 13% misses borders. Above 45% clips into your content.

Live demo

Watch Rust chew through a batch

Hit simulate to see how the backend queues files, spawns FFmpeg for video, and reports progress in real time.

IMG_0412.JPG 4.2 MB · Image
0% Queued
VLOG_JUNE_2026.MP4 185 MB · Video
0% Queued
SCREENSHOT_02.PNG 1.8 MB · Image
0% Queued
CLIP_REEL.MKV 420 MB · Video
0% Queued
Rust backend logs
> Rust core ready. Awaiting trigger...
Open source

Free forever. Inspect everything.

No subscriptions, no license keys, no black-box uploads. AutoCrop Pro is MIT-licensed — read the Rust backend on GitHub, fork it, contribute fixes, and ship your own builds.

  • Full source code public on GitHub
  • MIT License — use it commercially, modify freely
  • Built with Rust + Tauri — no hidden telemetry
Compare options

AutoCrop Pro vs manual editing, cloud tools, and FFmpeg

Choosing how to strip letterboxes from a large media folder comes down to speed, privacy, and control.

Comparison of batch crop methods for removing black borders from images and videos
Method Batch speed Privacy Live preview Cost
AutoCrop Pro 500+ files, parallel Rust 100% offline Yes — tolerance slider Free (MIT)
Premiere / Photoshop ~3 min per file Local Yes Subscription
Online crop tools Upload-limited Cloud upload required Varies Freemium
FFmpeg cropdetect scripts Fast if scripted Local No — CLI only Free
FAQ

Common questions

AutoCrop Pro is a free, open-source Windows desktop app that automatically detects and removes black borders, letterboxes, and pillarboxes from images and videos in batch. It runs 100% offline using a Rust parallel backend and FFmpeg cropdetect for video.

No. It's a native Tauri app that runs entirely on your PC. No files, telemetry, or tracking leaves your machine.

For images, the Rust backend builds per-row and per-column brightness histograms and sweeps inward from each edge. For videos, it runs FFmpeg cropdetect on 30 sample frames and parses the optimal crop region.

Only for video. Install FFmpeg and add it to your Windows PATH. Image cropping works immediately with no extra dependencies.

%USERPROFILE%\Documents\AutoCrop_Output\ — named {original}_cropped.{ext}. Source files are never modified unless you enable Delete Originals.

Images: JPG, PNG, WEBP, BMP, GIF, TIFF. Videos: MP4, MOV, MKV, AVI, WEBM, FLV. Video processing requires FFmpeg installed and on your Windows PATH.

AutoCrop Pro wraps FFmpeg cropdetect and Rust edge detection in a visual interface with live preview, batch queue, and parallel processing. You avoid writing one-off shell scripts and see exactly what will be cropped before processing hundreds of files.

The Rust core is cross-platform. Current installers target Windows 10/11 (MSI + NSIS). macOS and Linux packages are planned.

Your folder of letterboxed clips
shouldn't own your afternoon

Download AutoCrop Pro. Drop your files. Get back to actual creative work.

No account. No subscription. MIT license. · Windows 10/11 · WebView2 required