exiftool
CLIRead and write meta information in image, audio, and video files.
1 views
Installation
Homebrew
brew install exiftoolLinks
License
GPL-1.0 OR Artistic-2.0AI Agent Notes
Read/write EXIF metadata from images, audio, and video files
When to use
Inspecting or stripping metadata from media files
Examples
exiftool image.jpgexiftool -all= image.jpg # strip all metadataexiftool -DateTimeOriginal='2024:01:01 12:00:00' image.jpg
Proven Recipes
View all metadata of a file🟢 99% success
exiftool image.jpgStrip all metadata from image🟢 98% success
exiftool -all= image.jpgCopy metadata from one file to another🟢 94% success
exiftool -TagsFromFile source.jpg target.jpg