Calabi Labs · Guide · 2026-06-14
Here's the page:
```html
You can remove a visible logo from a video using an inpainting tool like Morph Studio, Wink, or Airbrush — those tools paint over the pixel region where the logo sits. Calabi does something different: it strips the invisible forensic signals that get you flagged by Instagram, TikTok, YouTube, and Reddit even after you've already cropped or erased the visible mark. If you want to understand both layers — and why the invisible one is what actually gets you banned — keep reading.
When you upload a video, platforms run an automated scan before it ever appears publicly. That scan isn't just looking at the pixels — it's reading the metadata and forensic signals embedded in the file itself. Three things trigger automatic detection:
DigitalSourceType: trainedAlgorithmicMedia tag. This single XMP field tells any forensic scanner "this came from an AI model trained on scraped data." It's part of the IPTC XMP schema and survives re-encoding, recompression, and format conversion unless explicitly stripped.On top of those three, platforms also check for absence signals: no GPS coordinates, no capture timestamp, no real device metadata. A file that has AI generation markers but no phone-capture identity looks machine-made to automated classifiers.
If you've already tried cropping the logo out, screenshotting the video, or re-uploading after re-encoding, you may have noticed the platform still flags it. That's because those methods only address the visible layer. Here's what actually happens in each case:
In short: removing the visible logo and removing the detectable AI signals are two separate problems. Most tools solve the first one. Calabi solves the second one.
Calabi works on the file-level forensic signals — the layer that survives cropping, screenshotting, and re-encoding. Here's what the pipeline does:
Can Calabi remove a visible logo or watermark from my video?
No. Calabi does not paint over, erase, or reconstruct any pixels in your video frame. If you have a visible logo, Sora's sparkle mark, or a platform watermark you need gone, use a dedicated inpainting tool like Morph Studio, Wink, or Airbrush first. Then run the cleaned file through Calabi to strip the invisible detection signals that still get you flagged.
Why does my video still get flagged even after I cropped the logo?
Because cropping removes the visible logo but leaves the file's forensic metadata completely intact. The C2PA manifest, XMP AI flags, and encoder fingerprints are embedded in the file structure, not the frame composition. Platforms scan the file, not the pixels — so a cropped Sora export still carries every detectable AI signal.
What does Calabi's forensic proof card actually show?
It shows a before-and-after ExifTool readout. You can see the 18 JUMBF/C2PA atoms that were reduced to 0, the DigitalSourceType: trainedAlgorithmicMedia flag that was removed, the Lavc and x264 SEI encoder fingerprints that were stripped, and the injected device profile — Make, Model, Software, GPS, and timestamp — that makes the file read as a phone recording. This is the same forensic scan that newsrooms and platform trust-and-safety teams use.
Try Calabi free at calabilabs.com — 10 cleans, no card.
```