Calabi Labs · Guide · 2026-06-15
```html
If you're searching for a sticker remover, you probably want to erase a visible logo, watermark, text overlay, or branded element from an image or video. Calabi isn't that tool — it doesn't touch pixels, paint over regions, or reconstruct any part of your footage. What Calabi actually handles is the invisible detection layer that gets your content flagged even after you've manually removed the visible sticker. It strips the AI fingerprints, injects authentic phone-capture identity, and gives you a forensic proof card showing exactly what changed. Read on to understand what actually flags your files and why the obvious fixes usually don't work.
Platforms like Instagram, TikTok, YouTube, and Reddit don't only scan what you can see. They analyze invisible metadata and encoding signatures that survive cropping, screenshotting, and re-exporting. The primary signals are:
DigitalSourceType: trainedAlgorithmicMedia XMP tag explicitly marks content as AI-generated. This field is read by platform scanners before your video even plays.Lavc (FFmpeg's libavcodec) and x264 SEI messages are dead giveaways. These fingerprints persist through re-encoding at different bitrates.A raw AI export often carries 144 metadata tags. Platform scanners cross-reference these against known AI-generation patterns and C2PA trust lists. That's what triggers the removal, shadowban, or reach suppression — not the visible sticker you might crop out.
You might try these approaches after a sticker or watermark gets you flagged:
Lavc again from the capture software) and does not strip existing AI metadata.In short: every visible fix addresses the wrong layer. The invisible detection signals — the ones that actually trigger platform enforcement — require file-level sanitization, not visual editing.
Calabi runs a three-stage pipeline that sanitizes your file at the metadata and encoding level:
DigitalSourceType: trainedAlgorithmicMedia XMP flag, strips generator and tool tags, and eliminates encoder fingerprints like Lavc and x264 SEI from video bitstreams. A raw AI export with 144 metadata tags typically drops to about 94 neutral structural tags.The result is a file that passes platform scanners as a normal phone recording at the file level. If you had a visible sticker or logo, crop it first in any photo editor. Then run the cleaned file through Calabi to handle the invisible layer that cropping leaves behind.
Will Calabi remove a visible watermark or logo from my image?
No. Calabi doesn't edit pixels, paint over regions, or reconstruct any part of your footage. For visible watermarks, corner logos, or text overlays, use cropping or a photo editor with inpainting first. Calabi then handles the invisible metadata and encoding signals that survive that visual cleanup.
Can I use Calabi on videos with visible Sora or Midjourney watermarks?
You should crop or cut out the visible watermark first. Calabi removes the invisible detection layer — the C2PA manifests, XMP AI flags, and encoder fingerprints — that would flag your content even after the visible mark is gone.
How do I know what Calabi actually removed?
Every clean includes a forensic proof card: a full ExifTool readout showing every tag before and after processing. You see the exact JUMBF atoms stripped, the encoder fingerprints removed, and the device identity injected. This is the same tool newsrooms and platform trust-and-safety teams use for forensic analysis.
Try Calabi free at calabilabs.com — 10 cleans, no card.
```