exiftool

Verified for current stable LTS

Exiftool Commands

Exiftool command syntax with verified terminal examples.

Commands

16 commands for Exiftool

exiftool

Exiftool Command: Change Datetimeoriginal Subtract Hours

exiftool -DateTimeOriginal-=1.5 -overwrite_original
exiftool

Exiftool Command: Move Date Backward Jpeg Photos Current Directory

exiftool "-AllDates-=0:0:1 2:0:0" -ext jpg
exiftool

Exiftool Command: Move Date Forward

exiftool "-AllDates+=0:0:0 1:0:0" <path/to/directory>
exiftool

Exiftool Command: Move Date Forward Directory Photos

exiftool "-AllDates+=0:0:0 1:0:0" <path/to/directory>
exiftool

Exiftool Command: Move Jpeg Date Backward

exiftool "-AllDates-=0:0:1 2:0:0" -ext jpg
exiftool

Exiftool Command: Print Exif Metadata

exiftool <path/to/file>
exiftool

Exiftool Command: Print Exif Metadata File

exiftool <path/to/file>
exiftool

Exiftool Command: Recursively Rename Jpeg Photos Date Original

exiftool '-filename<DateTimeOriginal' -d %Y-%m-%d_%H-%M-%S%%lc.%%e <path/to/directory> -r -ext jpg
exiftool

Exiftool Command: Remove All Exif And Readd Metadata

exiftool -All= -tagsfromfile @ -colorspacetags -orientation <path/to/image1 path/to/image2 ...>
exiftool

Exiftool Command: Remove All Exif Metadata

exiftool -All= <path/to/file1 path/to/file2 ...>
exiftool

Exiftool Command: Remove All Exif Metadata Files

exiftool -All= <path/to/file1 path/to/file2 ...>
exiftool

Exiftool Command: Remove All Exif Then Add Colorspace Orientation

exiftool -All= -tagsfromfile @ -colorspacetags -orientation <path/to/image1 path/to/image2 ...>
exiftool

Exiftool Command: Remove Gps Exif Metadata

exiftool "-gps*=" <path/to/image1 path/to/image2 ...>
exiftool

Exiftool Command: Remove Gps Exif Metadata Images

exiftool "-gps*=" <path/to/image1 path/to/image2 ...>
exiftool

Exiftool Command: Rename Jpegs By Datetimeoriginal

exiftool '-filename<DateTimeOriginal' -d %Y-%m-%d_%H-%M-%S%%lc.%%e <path/to/directory> -r -ext jpg
exiftool

Exiftool Command: Subtract From Datetimeoriginal Without Backup

exiftool -DateTimeOriginal-=1.5 -overwrite_original

Suggest a Exiftool Command

Submit missing workflows, corrections, or verified alternatives for this tool.

FAQ

Coverage: Focused examples for common Exiftool workflows.

Verified version: current stable LTS.

Verification: Test commands in a disposable workspace and submit notes for edge cases.