.mp4 · .mp4 .mov .m4v

What Metadata Is in an MP4 or MOV File?

MP4 and MOV (.mp4, .mov, .m4v) are the same ISO-BMFF container that phones, cameras and editors record into, and it holds far more than the picture. A phone clip carries the GPS coordinates and a creation date stamped with the device's time zone; action-camera footage carries a continuous GPS route, the physical camera serial and satellite time; a downloaded clip carries the account it was delivered to. Most players and most metadata viewers show none of it.

Scan a MP4 / MOV file

What a .mp4 file reveals

A phone video records location two ways. The classic QuickTime location atom holds an ISO 6709 latitude and longitude (with fallbacks to the 3GPP loci box and the iOS location string), and the modern keys/mdta table adds the make, model and software plus a creation date that carries the device's UTC offset. That offset matters: it reveals the local time zone the camera was in, which the plain create date does not. iPhones also write GPS horizontal accuracy and a camera identifier here, and Android devices write their own manufacturer, model and platform version.

Action-camera footage (GoPro and similar) is where a single location tag becomes a whole route. A separate GPMF telemetry channel records where the camera was several times a second, so the scan reports the number of position fixes, the distance covered and the first and last points - and a recording that starts or ends at home identifies that place directly. It also surfaces the satellite GPS time, which cannot be faked by changing the device clock, the camera serial number and lens serial (each unique to one physical unit), a media ID that groups clips from the same session, the firmware, and whether the camera ran face detection. Ordinary metadata viewers do not read this channel and will call the file locationless.

A video bought or downloaded from a store carries the transaction, not just the content. The Apple ID atom (apID) is an email address written in at the point of delivery, the owner atom names the account holder, and the purchase date pins the file to one transaction. None of these describe the video - they identify the buyer.

AI-generated and provenance-tagged video carries a C2PA Content Credentials manifest: a cryptographically signed claim naming the software that produced it (for AI tools, the model and vendor), the certificate issuer that vouches for it, and, where present, an explicit trained-AI-media flag. Worth knowing: most platform re-uploads and even a plain ffmpeg remux strip the manifest, so its absence in a downloaded copy does not prove the original never had one.

Key fields

GPS Coordinates
Latitude and longitude from the QuickTime location atom, with fallbacks to the 3GPP loci box and the iOS ISO 6709 string; altitude included when present.
GPS Track (telemetry)
A continuous route from the action-camera GPMF channel - fix count, distance and start/end points - not a single tag, so it reconstructs the whole journey.
GPS Time (satellite)
The time reported by GPS satellites at the start of recording, which the device clock cannot alter - an independent record of when footage was shot.
Camera Serial Number
The physical camera-body serial read from the action-camera telemetry track (the CASN key); unique to one body, it ties together every clip that camera ever produced. The lens or sensor-module serial is reported as a separate field.
Creation Date with time zone
The recording time carrying the device's UTC offset (com.apple.quicktime.creationdate), revealing the local time zone the plain create date hides.
Purchaser Apple ID
The Apple ID a downloaded file was delivered under, from the apID atom - an email address that identifies the account holder directly.
Account Owner & Purchase Date
The name on the delivery account (ownr) and when it was bought (purd), which together pin the file to one person and one transaction.
Make / Model / Software
The recording device and app, from the classic ©-atoms or the modern keys table; on Android, the manufacturer, model and platform version.
C2PA Claim Generator
The software declared inside a signed C2PA manifest; for AI generators this names the model and vendor, alongside a possible trained-AI-media flag.
Camera Firmware & Sensor Channels
The camera firmware version plus any accelerometer, gyroscope, exposure and temperature streams recorded in the telemetry track.

This is a selection. The full field manual documents the fields read from each format.

Questions about MP4 / MOV metadata

Does an MP4 or MOV file contain GPS location?

Often, yes. Phones write latitude and longitude into the QuickTime location atom (with iOS and Android fallbacks), and iPhone clips add GPS accuracy. Action-camera footage goes further, recording a continuous GPS track in a telemetry channel that reconstructs the entire route - not just one point.

Can a video reveal my Apple ID or who bought it?

A file bought or downloaded from a store carries the Apple ID it was delivered under (an email address), the account owner's name and the purchase date. These are written in at delivery and identify the buyer, not the content.

How do I remove metadata from an MP4?

This tool views metadata; it does not strip it in the browser. Locally, ffmpeg -map_metadata -1 clears the container tags. Note that an action camera's telemetry track and its satellite GPS time live in the media streams, so a simple tag wipe may not remove them - re-encoding without the data stream does.

Can you tell if an MP4 was made by AI?

If it carries a C2PA manifest, yes - the signed claim names the generating software and can include an explicit AI-media flag. But most uploads and remuxes strip the manifest, so a missing manifest does not mean a video is genuine.

Why does my phone video show a time zone but a friend's does not?

The modern keys/mdta creation date carries the device's UTC offset, which reveals the local time zone. The older ©day create date does not. Files that only have the older atom will show a date without a zone.

File X-Ray reads MP4 / MOV files entirely in your browser - the file never leaves your device. For this format you can also download a clean copy with the metadata removed. Scan a file now.

All supported formats