๐ŸŽฌ Video Metadata Viewer & Editor

Analyze and remove metadata from video files for privacy

๐Ÿ”’ Your Privacy is Protected

All processing happens locally in your browser. No videos are uploaded to servers.

Loading Video Analysis Engine...

MediaInfo is loading for detailed video metadata extraction.

๐Ÿ“ Upload Video

Drop your video here

or click to browse files

Supports MP4, MOV, AVI, MKV, and most video formats

{{ processingStatus }}...

๐ŸŽฅ Video Preview

File: {{ currentVideo.name }}

Size: {{ formatFileSize(currentVideo.size) }}

Type: {{ currentVideo.type }}

Duration: {{ formatDuration(videoInfo.duration) }}

๐Ÿ“Š Video Analysis

Metadata Fields
{{ Object.keys(metadata).length }}
โš ๏ธ Location Data
Found
Privacy risk detected
๐Ÿ‘ค Personal Info
Found
Contains identifying data
๐Ÿ“ˆ Bitrate
{{ Math.round(videoInfo.bitrate / 1000) }}k
kbps

๐ŸŽฌ Technical Details

Resolution: {{ videoInfo.width }} ร— {{ videoInfo.height }}

Frame Rate: {{ videoInfo.framerate }} fps

Video Codec: {{ videoInfo.codec }}

Audio Codec: {{ videoInfo.audioCodec }}

๐Ÿ” Detailed Metadata

โš ๏ธ Privacy Concerns Detected

  • ๐Ÿ“ GPS coordinates found - reveals recording location
  • ๐Ÿ‘ค Personal information detected in metadata
  • ๐Ÿ“ฑ Device information reveals recording equipment
  • ๐Ÿ’ป Software information may reveal editing tools
  • โฐ Timestamp data reveals when video was created

โœ… Video Metadata Successfully Removed!

Your video has been processed and all metadata has been stripped for privacy.

Original: {{ formatFileSize(currentVideo.size) }}

Cleaned: {{ formatFileSize(cleanedVideo.size) }}

Video Analysis Engine Failed to Load

Basic metadata viewing is still available. Advanced features require MediaInfo library.

โ“ About Video Metadata

What is video metadata?

Video files contain extensive metadata including GPS coordinates, device information, timestamps, codec details, and sometimes personal data like device owner names.

Why remove video metadata?

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.

๐Ÿ”’ Privacy Guarantee

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.