Remove GPS & Device Data from Videos.
Strip GPS coordinates, device model tags, encoder version strings, and creation timestamps from your video files. FFmpeg WASM performs a lossless stream copy right in your browser with zero re-encoding and zero quality loss.
What's Hidden Inside Your Files
These are real metadata fields commonly found in video privacy files.
| Field | Example Value |
|---|---|
| com.apple.quicktime.location | +37.7749-122.4194/ |
| com.apple.quicktime.model | iPhone 16 Pro |
| encoder | Lavf60.16.100 |
| creation_time | 2026-08-15T14:32:07.000000Z |
| handler_name | Apple Video Media Handler |
| com.apple.quicktime.software | iOS 19.0 |
Comprehensive Metadata Stripping
GPS Location Atoms
Strips com.apple.quicktime.location.ISO6709, Android GPS metadata, and all geolocation atoms from the moov.udta container.
Device Model & Manufacturer
Removes com.apple.quicktime.model, com.apple.quicktime.make, and equivalent Android device identifier atoms.
Encoder & Software Version
Strips encoder strings, handler names, com.apple.quicktime.software, and FFmpeg/x264/x265 version identifiers from stream metadata.
Creation & Modification Timestamps
Removes creation_time and modification_time atoms from both the global container and individual track headers.
Content Rating & Chapter Markers
Strips iTunMOVI, rating tags, chapter metadata, and any custom user-data atoms in moov.udta.
All Global & Stream Metadata
FFmpeg -map_metadata -1 strips all metadata containers. Only the primary video and audio streams are kept in the output, dropping any extra data or telemetry tracks (including GoPro GPMF GPS tracks and DJI navigation data). The video and audio bitstreams are copied without re-encoding.
Common Questions
Learn More
Dive deeper into metadata privacy and how to protect yourself.