- Is my data uploaded to a server?
- No. Everything runs in your browser using the File API, Canvas API, and MediaRecorder API. Files never leave your device unless you save the cleaned version to your downloads folder.
- What metadata is removed from images?
- All EXIF data is stripped: GPS coordinates, camera make/model, lens info, date/time taken, software, orientation, thumbnail, and any other embedded metadata. The image is re-encoded through the Canvas API, which discards all non-pixel data.
- What metadata is removed from videos?
- The video is re-encoded using the browser's MediaRecorder API, which strips all container-level metadata including creation date, GPS location, device info, and codec-specific metadata tags.
- Does this actually remove AI watermarks?
- This tool removes embedded metadata (EXIF, GPS, camera info) from image and video files. It does not remove visible watermarks overlaid on the image content. For visible watermark removal, you would need a different approach such as inpainting or content-aware fill.
- What image formats are supported?
- JPEG, PNG, WebP, GIF, BMP, TIFF, and AVIF as input. Output can be re-encoded as PNG (lossless), JPEG, or WebP (both with adjustable quality) to strip metadata while preserving visual quality.
- What video formats are supported?
- MP4, MOV, WebM, AVI, and MKV as input. Output re-encoding lets you choose between WebM (VP9 or VP8) and MP4 (H.264), depending on what your browser supports — the tool only offers formats it can actually produce.
- Can I process multiple files at once?
- Yes. You can batch process up to 20 files at a time. Each file's metadata is read and displayed before cleaning, and you can download cleaned files individually or all at once.
- Will the image or video quality be affected?
- For images, PNG output is lossless so quality is preserved. JPEG output uses quality 92 by default (adjustable). For videos, WebM/VP9 re-encoding may result in slight quality changes, but the tool uses a high bitrate to minimize visible differences.