Metadata-Remover
Metadata-Remover copied to clipboard
A simple Metadata Removal Tool for images and videos using exiftool and ffmpeg in C and Python3.
the windows python version of metadata remover is basically a stripped down mat2 for linux . make upstream changes available to ensure end user benefit from bugfixes and other improvements.
Currently the python code in Metadata remover is a huge bloat, it contains lots of code which is never used. Contributors may try to remove as much unwanted code as...
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...
We should adopt a GUI for better user friendliness at some point , ideally QT6 or GTK4.
I wish someone would convert this tool into pypi package.
Screenshots indicate that the app supports dark mode; however, on Windows 10 22H2 the app is stuck in light mode. Additionally, the app only allows users to select either a...
If update clicked to check for updates for first time , exiftool folder not extracted properly, causing corrupted exiftool installation , closing this application and giving check for update again...
currently QT6 gui support only support cleaning images we need to add support for cleaning videos as well. If anyone interested reply here i will guide on how to approach.
currently we don't use separate thread while downloading exiftool during update and while processing files for metadata removal doing so can significantly improve performance.