Your videos snitch on you just like your photos do. MP4 and MOV files carry container-level and track-level metadata: creation_time, encoder strings (e.g. Lavf, Apple QuickTime), device make and model, and on many phones, GPS location tags from where recording started. Upload the raw file anywhere it survives intact — cloud drives, Telegram documents, portfolio sites — and anyone can read exactly when, where, and on what device it was shot.
The professional way to clean video is ffmpeg -map_metadata -1 -c copy. The -map_metadata -1 flag drops global metadata and -c copy performs a stream copy — repackaging the audio/video packets without re-encoding a single frame. That is the critical detail: re-encoding a 4K clip can take an hour and visibly degrade it, while a stream copy finishes in seconds with bit-identical quality. Most free apps and upload sites re-encode instead, which is slow and lossy.
- creation_time — per-track recording timestamps that reveal exactly when footage was captured
- Encoder / writing library — software fingerprints like Lavf, HandBrake, or phone firmware versions
- GPS / location atoms — coordinates embedded by phones and drones (notably in MOV files)
- Device and lens tags — make, model, and capture settings carried in MOV udta atoms
Vantawebs applies the same -map_metadata -1 + stream-copy approach entirely in your browser via WebAssembly. No ffmpeg install, no command line, no upload — your footage never leaves your device, and quality is bit-for-bit identical. It handles MP4, MOV, M4A, and WebM. Need to clean stills too? See removing EXIF from photos and stripping photo location data.
Where does this bite in practice? Real-estate walkthroughs uploaded as originals reveal shoot dates that weaken negotiating positions; drone footage carries flight-path-adjacent location atoms; screen-captured tutorials leak encoder versions that fingerprint your toolchain. Cloud drives, portfolio hosts, and messaging apps that offer “original quality” delivery preserve all of it. Re-encoding to dodge the problem is a cure worse than the disease for 4K footage — hours of rendering for a softer result. A metadata-only stream copy, which is what the tool below performs in your browser, finishes in seconds and leaves every frame bit-identical while the container tags come out clean. You can verify the result yourself by re-inspecting the output: creation_time, encoder, and location atoms should all read empty.
Drop your file below and press Clean it now — Vantawebs strips everything in your browser in seconds, with nothing uploaded and zero quality loss.