User Tools

Site Tools


info:script:exiftool
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
info:script:exiftool [2015-09-11 18:30]
andunix created
info:script:exiftool [2016-09-26 19:25] (current)
andunix
Line 1: Line 1:
 ====== exiftool ====== ====== exiftool ======
 +
 +===== Rename Photos =====
 +
 +Try it first with ''-testname'':
 +
 +  exiftool -d %Y-%m-%d_%H%M%S%%-c.%%e "-testname<CreateDate" *.jpg
 +
 +Then rename the files:
 +
 +  exiftool -d %Y-%m-%d_%H%M%S%%-c.%%e "-filename<CreateDate" *.jpg
  
 ===== Correct the Date of Photos ===== ===== Correct the Date of Photos =====
Line 5: Line 15:
 To shift the photos 43 days, 14 hours and 55 minutes to the future: To shift the photos 43 days, 14 hours and 55 minutes to the future:
  
-  exiftool -AllDates+='0:0:43 14:55:0' -overwrite_original *.JPG+  exiftool -AllDates+='0:0:43 14:55:0' -overwrite_original *.jpg
  
 {{tag>scripting exif photo}} {{tag>scripting exif photo}}
info/script/exiftool.1441996240.txt.gz · Last modified: 2015-09-11 18:30 by andunix