added more options based on github comments

This commit is contained in:
Marvin Reimer 2015-08-19 23:37:44 +02:00
parent 1cc2dbc211
commit 65075cc8ce

View File

@ -10,6 +10,16 @@
`exiftool "-AllDates+=0:0:0 1:0:0" {{directory}}`
- Decrease time photo taken by 1 day and 2 hours on jpg's only
- Decrease time photo taken by 1 day and 2 hours on JPEGs only
`exiftool "-AllDates-=0:0:1 2:0:0" -ext jpg`
- Change only DateTimeOriginal by -1.5 hours & do not keep backups
`exiftool -DateTimeOriginal-=1.5 -overwrite_original`
- Rename all JPEGs according to a DateTimeOriginal recursively
`exiftool '-filename<DateTimeOriginal' -d %Y-%m-%d_%H-%M-%S%%lc.%%e {{directory}} -r -ext jpg`
`exiftool "-AllDates-=0:0:1 2:0:0" {{*.jpg}}`