What metadata does a video file carry?
Photos get all the privacy attention, but every video file is a container with two kinds of content: the streams you watch and hear, and a set of descriptive fields you never see. Those fields are the video's metadata.
What's actually in there
- Descriptive tags — title, artist, comment, album, genre, creation date.
- Writing app or device — which camera, phone, or editor produced the file.
- Embedded images — cover art or preview thumbnails riding inside the file.
- Provenance labels — C2PA Content Credentials, and on Chinese platforms the TC260 AIGC marker that flags AI-generated content.
Where it lives, per format
MP4 and MOV keep metadata in the moov box — often in udta or meta atoms. MKV and WebM use Matroska Tags elements, plus attached files like cover images. The details differ; the idea doesn't.
Cleaning without re-encoding
Here's the part most people get wrong: you don't need to re-encode a video to remove its metadata. The streams can be copied packet-for-packet into a fresh container — a process called remuxing — which is fast and loses zero quality. The video metadata remover does exactly that, locally in your browser.
What cleaning can't do
Container metadata is separate from the pixels. If a platform marked a video inside the picture — a visible badge or an invisible pixel watermark — no container tool will touch it. And an important corollary: a file with no metadata isn't proof of anything, because metadata can always be stripped.
Common questions
- Does removing video metadata reduce quality?
- Not with the right method. If only the container is rebuilt and the video and audio streams are copied across untouched, the picture and sound are bit-for-bit identical. Quality loss only happens if the file is re-encoded.
- What is the AIGC tag in Chinese video apps?
- China's TC260 standard requires AI-generated content to be labeled. Video platforms embed an AIGC marker in the file's container metadata (for MP4/MOV it lives in the user-data atoms). It is metadata, so repacking the container without tags removes it.
- Can metadata reveal where a video was shot?
- Video files rarely carry GPS coordinates the way phone photos do, but they can carry creation dates, device or app identifiers, and editing history — enough to say more than you intended in some cases.
- Is stripping video metadata legal?
- For your own videos, yes — it's your file. Do keep in mind that some platforms use provenance labels to comply with regulations, and removing labels from AI content you redistribute may violate platform rules. Clean your own files, keep others' intact.