View MP4 & MOV Metadata Online — GPS, Dates, Encoder & More
MP4 and MOV (QuickTime) files store metadata in a hierarchical structure of atoms (also called boxes). Unlike EXIF in images, video metadata is not a single block — it is spread across the moov container atom and its children. This tool walks those atoms entirely inside your browser and surfaces all discoverable fields without uploading your file to any server.
What metadata can a video contain?
- Creation & modification dates — stored in the
mvhd(movie header) atom as seconds since 1904-01-01 (the Mac epoch). iPhones and Macs write the exact moment the recording stopped into this field. - GPS location (©xyz atom) — iPhones embed the recording location in the format
+37.3317-122.0307/. This is arguably the most sensitive piece of data in a video and is invisible to most video players. - Encoding tool (©too atom) — reveals which software encoded or re-encoded the video: e.g.
Apple QuickTime 7.6.2,HandBrake 1.7.0, or an iPhone model string. This can fingerprint your workflow even after stripping other metadata. - iTunes metadata (ilst atoms) — title, artist, album, genre, comment, composer, and more. Stored in files purchased from the iTunes Store and in podcasts, but also written by iMovie, Final Cut Pro, and audio recording apps.
- Duration & format — calculated from the
mvhdtimescale and duration, and theftyp(file type) brand.
Privacy risk: GPS in iPhone screen recordings
When you record your iPhone screen, the resulting MP4 inherits the device’s GPS coordinates at the time of recording. Sharing that file publicly — for example as a tutorial or app review — exposes your location. Check the Location category in this tool before sharing any MP4 recorded on a mobile device.
How the atom parser works
The tool reads the first 10 MB of the file as a binary buffer — enough to find the moov atom in all well-formed MP4/MOV files (the moov atom always precedes the mdat media data in a web-optimised file). It navigatesmoov → udta → meta → ilst for iTunes-style tags and moov → udta → ©xxxfor QuickTime freeform tags, decoding UTF-8 text from each data child atom. No third-party library is used — the parser is a purpose-built binary reader.
Supported formats
Any file using the MPEG-4 / QuickTime container is supported: .mp4,.mov, .m4v, and .m4a. AVI, MKV, and WebM use different container formats and are not supported by this tool.
Related tools
- Use EXIF Metadata Viewer for image metadata inspection.
- Use Audio Metadata Viewer to inspect MP3, FLAC, and OGG tags.
- Use IPTC Metadata Viewer for editorial caption and credit fields in images.