exiftool
CLIRead and write meta information in image, audio, and video files.
Read/write EXIF metadata from images, audio, and video files
Recipes
Curated from documentation and usage. Percentages are estimates, not measurements.
View all metadata of a file
exiftool image.jpgStrip all metadata from image
exiftool -all= image.jpgCopy metadata from one file to another
exiftool -TagsFromFile source.jpg target.jpgInstall
Homebrew
brew install exiftoolAgent notes
- When to use
- Inspecting or stripping metadata from media files
- Quick examples
exiftool image.jpgexiftool -all= image.jpg # strip all metadataexiftool -DateTimeOriginal='2024:01:01 12:00:00' image.jpg
Use from an agent
curl -s https://clihub.com/api/tools/exiftool | jq '.agentHints.provenRecipes[] | {task, command, verified}'Or call get_tool with slug exiftool on the MCP server at https://clihub.com/mcp.