A simple, lightweight, and fast metadata removal tool designed to support multiple file types across Windows, macOS, and Linux.

- Cross-Platform Support: Runs seamlessly on Windows, macOS, and Linux
- Modern GUI: Clean, intuitive interface built with Tkinter
- Batch Processing: Clean multiple files or entire folders at once
- Live Console: Real-time progress tracking and detailed logs
- Secure Processing: Files are processed locally with no data transmission
- Fast Processing: Leverages FFmpeg for efficient metadata removal
- MP4 (.mp4)
- Matroska (.mkv)
- AVI (.avi)
- QuickTime (.mov)
- Flash Video (.flv)
- WebM (.webm)
- PNG (.png)
- JPEG (.jpg, .jpeg)
- GIF (.gif)
- Bitmap (.bmp)
- TIFF (.tiff)
- Python 3.6+
- FFmpeg (automatically installed for Windows & macOS users)
- Clone the Repository
git clone https://github.com/yourusername/MetaClean.git
cd MetaClean- Install Dependencies
python setup.py- Launch the Application
python metaclean.py- Select Files
- Use "SELECT FILE" for single file processing
- Use "SELECT FOLDER" for batch processing
- Click "CLEAN" to begin metadata removal
- Monitor progress in the console (toggle with console button)
MetaClean utilizes FFmpeg to safely remove metadata while preserving file content through:
- Creating a temporary working copy
- Stripping all metadata using FFmpeg
- Replacing the original with the cleaned version
- Automatic cleanup of temporary files
- Fork the repository
- Create your feature branch (
git checkout -b feature/NewFeature) - Commit your changes (
git commit -m 'Add NewFeature') - Push to the branch (
git push origin feature/NewFeature) - Open a Pull Request
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
Made with ❤️ by [RPxGoon]