Anish-M-code / Metadata-Remover

A simple Metadata Removal Tool for images and videos using exiftool and ffmpeg in C and Python3.
GNU General Public License v3.0
91 stars 20 forks source link

Add support for more file formats from mat2 #6

Open Anish-M-code opened 2 years ago

Anish-M-code commented 2 years ago

mat2 is the best metadata remover for linux however it does not support windows refer https://0xacab.org/jvoisin/mat2/-/issues/175 , Future contributors may try to port some of the linux specific code to windows if possible , or find work arounds to make linux specific code somehow work in windows.

Anish-M-code commented 1 year ago

currently mat2 supports cleaning zip archives and cleaning ms office files , it would be better if we could support them as well by porting them to windows if possible.