How Video Metadata Differs From Photo Metadata
A JPEG wraps one moment with EXIF/TIFF IFDs — camera, lens, GPS, timestamp. Video wraps a time series in containers (MP4/MOV) with atoms for codec, duration, creation software, and sometimes per-frame or track-level location. The leak vectors differ.
Ready to clean a photo? MetadataWipe processes JPEG and PNG files locally — no account, and the file stays on this device.
Open MetadataWipe toolPhoto metadata searchers think EXIF: Make, Model, GPSLatitude, DateTimeOriginal — one header on one raster. Video metadata is container-native: QuickTime/MPEG-4 atoms, handler references, timed metadata tracks, codec strings, rotation matrices, and sometimes a GPS sample table spanning the clip. A drone MP4 can log a flight path while a single drone still is one lat/long pair.
Generic video stripping is remove metadata from video. What phones write for stills is what metadata does your phone camera record. This page contrasts mechanisms.
Container metadata versus EXIF IFDs
JPEG EXIF lives in APP1 segments — self-contained for that image. MP4/MOV store keys like creation time, device name, encoder (HandBrake, Premiere, iPhone), and compatible brands in moov/udta/meta. iPhone video often tags com.apple.quicktime.make/model. Location may appear as ISO6709 strings or dedicated tracks — not the same field names as EXIF GPS.
Time dimension: tracks and samples
Video has duration, frame rate, keyframe index, audio language, subtitle tracks. Action cameras and some drones append GPS per second — stripping ‘location’ means rewriting or dropping those samples, not clearing one IFD. Editing can duplicate metadata tracks you forgot when exporting a ‘clean’ H.264.
Embedded images inside video files
MP4 can include covr atoms or attached JPEG thumbnails for gallery display. Those JPEGs may contain full EXIF from an earlier still export — independent of video track tags. After you ffmpeg-strip the movie, wipe the poster PNG in MetadataWipe before you publish.
What MetadataWipe handles
Still images: JPEG, PNG in the browser panel. Export a frame (File → Export frame, screenshot of paused player, custom YouTube thumbnail) and strip here. For the .mp4 itself use local video tools — see remove metadata from video.
Scenarios
GoPro hike clip. GPS track in metadata; poster frame JPEG still shows trailhead sign in pixels — different fixes.
Zoom recording MP4. Software tags identify host client version; no camera GPS — still inspect.
Screen recording with webcam PiP. Screen track is software capture; webcam overlay may originate from a geotagged camera file merged in editor.
Mistakes
Stripping EXIF on a JPEG frame and assuming the MP4 is clean. Container atoms remain.
Relying on platform ‘privacy’ transcode as sole sanitizer. Keep masters clean locally.
Video file help: remove metadata from video. Camera still baseline: what metadata does your phone camera record.
Audio and subtitle tracks
Video metadata is not only video — MP4 can mux AAC audio with language tags, chapter markers with titles, and closed-caption tracks referencing scripts that name people or locations. Stripping ‘video metadata’ without reviewing subtitle and chapter atoms leaves narrative identifiers. Export a captions-free, chapter-generic mezzanine when sharing externally.
Rotation and display matrix
Phone video often stores rotation in a display matrix atom rather than rotating pixels. Re-encoding without that atom can change appearance but leave creation metadata claiming ‘iPhone 15 Pro’ in complementary tags. Consistency checks matter when chain-of-custody documentation compares device claims to file headers.
Practical split workflow
Strip video in ffmpeg or your NLE with map_metadata -1 or equivalent; export poster frame as JPEG; open that JPEG in MetadataWipe; verify both files before publishing. Document which artifact is public — movie, still, or both — so teammates do not attach the wrong one from Recents.
Codec strings as fingerprint
Even without GPS, encoder=Lavf59 plus creation time can correlate clips from the same export session — useful for journalists protecting sources, relevant when multiple anonymous clips must not link to each other. Re-encode with generic settings if correlation matters.
Compare one still from a video’s first frame in MetadataWipe after stripping the MP4 — the still and the movie are two files with two headers. Privacy work is complete only when both are handled if both will travel. Never assume fixing one fixes the other.
Related guides
See also:
Frequently asked questions
Does video have EXIF like a photo?
Consumer MP4/MOV usually stores metadata in container atoms (e.g., ©too, ©cmt, location tracks) rather than classic EXIF IFDs — though some tools embed XMP or copy still EXIF into linked assets. Action cameras may log GPS tracks as separate metadata streams.
Can MetadataWipe strip my MP4?
MetadataWipe opens JPEG and PNG stills in the browser. Strip video containers in a local editor or ffmpeg; wipe poster frames and thumbnails here as images.
Do embedded video thumbnails leak GPS?
Yes — cover art or poster frames saved as JPEG can carry their own EXIF even when the video track tags were stripped. Treat thumbnails as separate files.
Does MetadataWipe send video or photos to a server?
No. JPEG/PNG you open are processed locally in this tab.
Remove EXIF data, GPS location, and common photo metadata in your browser.
Try MetadataWipe free