Analyze and remove metadata from video files for privacy
or click to browse files
Supports MP4, MOV, AVI, MKV, and most video formats
{{ processingStatus }}...
File: {{ currentVideo.name }}
Size: {{ formatFileSize(currentVideo.size) }}
Type: {{ currentVideo.type }}
Duration: {{ formatDuration(videoInfo.duration) }}
Resolution: {{ videoInfo.width }} ร {{ videoInfo.height }}
Frame Rate: {{ videoInfo.framerate }} fps
Video Codec: {{ videoInfo.codec }}
Audio Codec: {{ videoInfo.audioCodec }}
Video files contain extensive metadata including GPS coordinates, device information, timestamps, codec details, and sometimes personal data like device owner names.
Video metadata can reveal when and where videos were recorded, what device was used, and sometimes personal information. Removing it protects privacy when sharing videos.
This tool processes videos entirely in your browser using JavaScript. No videos or data are sent to external servers. Metadata removal uses canvas/blob techniques.