Skip to content

vpakarinen2/metaclean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MetaClean 🧹

View and remove metadata from images and videos.

Requirements

  • Python 3.11+
  • ffmpeg installed and available on PATH
  • exiftool dir in the project root (https://exiftool.org)

Install FFmpeg (Windows)

winget install Gyan.FFmpeg
ffmpeg -version

Setup

py -m ensurepip --upgrade
py -m pip install -e .

Add metaclean in the current session:

$env:Path = $env:Path + ";" + (Resolve-Path .\Scripts)

Usage

metaclean view "image.jpg"
metaclean clean "image.jpg"

Output directory will be created for the cleaned image/video.

Troubleshooting

If you get an error 'ffmpeg not found', use where.exe to find it on PATH:

where.exe ffmpeg

Support

If you find this project valuable, consider supporting my work:

Buy Me A Coffee Ko-Fi

Author

Ville Pakarinen (@vpakarinen2)