ποΈ Remove Metadata from Videos and Photos
Protect your privacy by removing GPS, EXIF and hidden data from your multimedia files
Click or drag an image here (JPG, PNG)
Maximum size: 50 MB | 100% local and private
Protect your privacy by removing GPS, EXIF and hidden data from your multimedia files
Click or drag an image here (JPG, PNG)
Maximum size: 50 MB | 100% local and private
Every photo or video you take contains hidden information such as GPS coordinates, device model, date and time, camera settings. This tool removes ALL this data locally and privately using FFmpeg.
Photos and videos can contain: exact GPS coordinates (shooting location), device model, date and time, camera settings (ISO, aperture, shutter speed), and in some cases even the device owner's name.
FFmpeg is the most powerful video processing tool. We use the command -map_metadata -1 -c copy, which copies video data without re-encoding, removing only the metadata. This is instantaneous and without quality loss!
No. For videos we use direct copy (-c copy), which retains exactly the same quality. For images, re-encoding is done with 92% quality (practically imperceptible).
100% local. FFmpeg runs in your browser via WebAssembly. Your files never leave your device.
The -c copy command avoids re-encoding by copying video and audio streams directly. This makes the process almost instantaneous.
You can use tools like FFprobe, exiftool or online EXIF viewers to check file properties before and after processing.