Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
- [Video and Audio](#video-and-audio)
- [Audio](#audio)
- [Podcasts](#podcasts)
- [Metadata Removal](#metadata-removal)
- [Music Recognition (Shazam-like)](#music-recognition)
- [Notes and Tasks](#notes-and-tasks)
- [Office](#office)
Expand Down Expand Up @@ -902,6 +903,18 @@ With email aliases, you can finally create a different identity for each website

[Back to top 🔝](#contents)

## Metadata Removal
⛔ **Avoid**
- **Random "remove EXIF online" websites** - The photo itself is the data you are protecting, and many of these sites upload it with no privacy policy and no word on retention.

✅ **Instead use**
- [ExifCleaner](https://exifcleaner.com/) - Open source desktop app that cleans image, video and PDF metadata with drag and drop. Cross-platform.
- [ExifTool](https://exiftool.org/) - The reference command-line tool to read and write metadata in almost any file format. Open source, cross-platform.
- [mat2](https://0xacab.org/jvoisin/mat2) - Open source metadata removal tool for images, documents and audio files, usable from the command line or the file manager. Python.
- [QuietMeta](https://quietmeta.app/) - Metadata inspector and remover for photos, PDF and Office documents, with C2PA provenance validation. Cleans without re-encoding and re-reads every cleaned file to prove the result. Web inspector is free (files are processed server-side, held in memory for one request); text cleaning runs fully in the browser; paid offline desktop app for Windows. Proprietary.

[Back to top 🔝](#contents)

## Notes and Tasks
⛔ **Avoid**

Expand Down