Remove Metadata from a Video
Remove GPS location, device model, creation time and encoder tags without re-encoding the video. Run the preset directly on this page or call the same agent-ready endpoint from your product.
See what the tool changes.
A real example: the after side is the unedited output of a KinoPipe job. Run the live form above to generate the same result from your own media.
Demo footage: public-domain timelapses (Bureau of Land Management, Oregon · NASA SVS). Processed by the same pipeline the API and MCP tools call.
Useful defaults, typed options.
The tool slug stays stable while your agent supplies named media inputs and a narrow set of documented options.
- No quality loss (stream copy)
- GPS and device identifiers removed
- Runs in seconds
- 01Load the source video
- 02Copy the streams without re-encoding
- 03Drop global and per-stream metadata
- 04Deliver a clean fast-start MP4
POST /api/v1/tools/strip-video-metadataKnow the boundaries before you run.
About strip metadata
Is the video re-encoded?
No. The audio and video streams are copied bit-for-bit; only the container is rewritten without its metadata, so the output is fast and identical in quality.
Exactly what is removed?
Global and per-stream tags: GPS coordinates, device make and model, creation and modification times, software and encoder tags.