ExifTool Usage Examples
By Ercan S. - 13/04/2025 - 0 comments
You can download ExifTool by using link below.
Changing the date information of the file
exiftool -AllDates="2021:11:28 00:00:00" FolderOrFile
Adding or changing GPS data to the file
exiftool -XMP:GPSLongitude="<<value>>" -XMP:GPSLatitude="<<value>>" -GPSLongitudeRef="East" -GPSLatitudeRef="North" <<path>>
Tags: exiftool