Calabi Labs · Guide · 2026-06-15
```html
A metadata remover strips the invisible signals baked into your AI-generated video or image file — the cryptographic manifests, XMP tags, and encoder fingerprints that tell platforms like Instagram, TikTok, and YouTube that a human didn't press the shutter button. It does not erase pixels, remove logos, or edit what the image looks like. If you downloaded a clip from Sora, Runway, Midjourney, or any generative AI tool and want it to read as a normal phone recording at the file level, that's exactly what Calabi does in one pass.
When you upload an AI-generated image or video, platforms don't flag you because of how it looks. They flag you because of what's embedded in the file itself — layers of metadata that survive cropping, compression, and re-saving. Here's what's actually being scanned:
Iptc4xmpExt:DigitalSourceType set to trainedAlgorithmicMedia. The IPTC published guidance in 2023 requiring AI tools to tag synthetic media this way. Google Merchant Center actually requires this tag on AI-generated product images. It's a machine-readable declaration: "this came from an AI model."Generator, Software, Producer, and CreatorTool in the EXIF and XMP headers name the exact AI tool and version that made the file. "MagicMedia" or "DALL-E 3" in your metadata is a direct flag.Lavc (FFmpeg/libavcodec) encoder identifier and x264 SEI (Supplemental Enhancement Information) NAL units are common in AI video exports. Real phone recordings use hardware encoders — the difference is detectable.In total, a raw AI export can carry 144 metadata tags. A significant portion of those are the AI-signaling type described above.
If you're thinking "I'll just crop out the watermark" or "I'll screenshot it and re-upload" — those approaches address the visible layer, not the metadata layer. Here's the problem:
The detection layer and the visual layer are two separate things. You need to fix the file-level signals, not the pixels.
Calabi runs a three-stage pipeline on every upload. No manual editing, no sliders, no region selection. Just upload, process, and download a file that reads as a normal phone capture.
DigitalSourceType: trainedAlgorithmicMedia flags, generator/tool tags, and encoder fingerprints like Lavc and x264 SEI. A raw AI export's 144 metadata tags are reduced to roughly 94 neutral structural tags — the same number a standard image would carry. The AI "fingerprint" is gone from the metadata layer.trainedAlgorithmicMedia flag) and what was injected (the device profile). You see the clean result before you commit to it.The result is a file that passes the same automated scans platforms run — without any visible editing, without losing resolution, and without the visual degradation that comes from screenshotting or re-encoding.
Calabi works on invisible file-level signals, not on pixels. It does not perform inpainting, content-aware fill, object removal, logo erasing, or any form of pixel-level editing. If you have a visible Sora sparkle watermark or a corner logo in the frame, cropping removes that visible mark — Calabi removes the invisible metadata layer that would flag the cropped file anyway. Those are two separate problems, and Calabi solves the one that standard cropping and screenshotting can't touch.
Will this guarantee my post won't get flagged? No tool can guarantee that. Platform detection systems evolve constantly, and they use multiple signals beyond metadata — including perceptual hashes and behavioral patterns. Calabi removes the metadata and encoder signals completely (verified by ExifTool), which addresses the automated scanning layer. Results vary by platform, source model, and how the file has been previously processed.
Does Calabi remove visible watermarks or logos? No. Calabi removes invisible detection signals and metadata — it doesn't edit pixels. If you need to remove a visible logo or watermark from the frame, you'd use a photo editor for that. But the metadata layer that survives after cropping — C2PA, XMP flags, encoder fingerprints — is what Calabi handles.
What file formats does Calabi support? Calabi processes both images and videos in a single pipeline. For images, it handles standard formats carrying EXIF, XMP, and C2PA metadata. For video, it strips Lavc/x264 SEI encoder fingerprints and injects hardware encoder identity. Both output a forensic proof card showing exactly what changed.
Try Calabi free at calabilabs.com — 10 cleans, no card.
```