Back to Video
Video EXIF strip — wipe GPS / capture date metadata

Video EXIF strip — wipe GPS / capture date metadata

Strip metadata (EXIF / GPS / capture date / etc.) from video files entirely in your browser using ffmpeg.wasm. Uses stream copy so the codec, quality and file extension are preserved (no re-encoding). Supports batch processing and a single ZIP download. Videos never leave your device.

videoEXIF

How to use

Drop video files (MP4 / MOV / MKV, etc.) — batch supported. Click Strip — ffmpeg.wasm uses stream copy on the video / audio while dropping the metadata block, producing a clean output. ffmpeg.wasm (~30 MB) downloads on first run. Download individually or as a ZIP.

FAQ

Are videos uploaded?
No. ffmpeg.wasm runs inside your browser; videos and metadata never leave your device.
Will quality drop?
No. Stream copy byte-copies video / audio without re-encoding, so the picture is bit-identical to the original.
What metadata is removed?
Container-level metadata (creation time, GPS, device, software name), per-track metadata, subtitle / chapter titles, etc.
Does the extension change?
No, the original container format and extension are preserved.

Related tools