Runway Gen-3 Alpha (and Gen-2 since the 2024 update) embeds a C2PA Content Credentials manifest in every still export and exported frame, plus a Runway-branded XMP block. If you extract a frame for a thumbnail or composite, both signals propagate into the JPEG. GhostMeta detects the Runway signature in the APP11 segment or PNG caBX chunk, displays it, and strips it via canvas re-encode. The visible Runway logo overlay (if your tier shows one) is pixel-burned and not removable by metadata strip. When you extract a Runway still and drop it into a composite, the C2PA `c2pa.actions` and ingredient assertions chain forward into the new file, so a marketplace or stock reviewer can trace the AI origin even through an edit. Sellers on Adobe Stock, Etsy, and print-on-demand stores can get listings auto-flagged because the JUMBF box in the JPEG APP11 segment still carries the Runway `claim_generator` after upload. GhostMeta scans that box plus the Runway-branded XMP block and drops both in one canvas re-encode, so the delivered still carries no provenance assertion at all.
No. The visible logo is burned into pixels. GhostMeta strips metadata only. Upgrade to a Runway tier without the visible watermark or use a video editor for pixel-level removal.
MP4 video metadata is separate from JPEG/PNG. GhostMeta v1 focuses on still images. For MP4, use a tool like ffmpeg with -map_metadata -1.
Gen-2 since mid-2024 yes. Older Gen-2 outputs may not — they pass through GhostMeta untouched if no manifest is found.
The JUMBF box holds a manifest store: a claim with `claim_generator` set to a Runway string, a signature with the certificate chain, and an assertion list. That list typically includes a `c2pa.actions` assertion (created, opened) and a content-binding hash unique to the file. GhostMeta removes the entire box, not just the generator label, so no single assertion survives.
Yes, unless you strip it. When a C2PA-aware editor opens the Runway still, it records the original as an `ingredient` assertion and chains a new manifest on top, so the AI origin propagates into your export. Run GhostMeta as the last step after editing, not before, to break that chain in the final JPEG or PNG.
In a JPEG export the manifest sits in the APP11 marker segment as a JUMBF box; in a PNG it lives in the caBX chunk. Runway also writes a branded XMP block (often in an iTXt chunk on PNG or an APP1 segment on JPEG). GhostMeta detects all of these and the canvas re-encode produces a file with none of them.