From 6ff973c0fe8c3194951425af5710be96c1fdd066 Mon Sep 17 00:00:00 2001 From: Marvin Reimer Date: Sat, 15 Aug 2015 17:04:31 +0200 Subject: [PATCH 1/3] add more exiftool examples --- pages/common/exiftool.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/common/exiftool.md b/pages/common/exiftool.md index af1d68884..89fb9d06e 100644 --- a/pages/common/exiftool.md +++ b/pages/common/exiftool.md @@ -5,3 +5,11 @@ - Remove all EXIF metadata from the given files `exiftool -All= {{file}}` + +- Increase time photo taken by 1 hour in directory + +`exiftool "-AllDates+=0:0:0 1:0:0" {{directory}}` + +- Decrease time photo taken by 1 day and 2 hours on jpg's only + +`exiftool "-AllDates-=0:0:1 2:0:0" -verbose {{*.jpg}}` From 1cc2dbc2118e3365b3fc98d73897eb3171353faf Mon Sep 17 00:00:00 2001 From: Marvin Reimer Date: Sun, 16 Aug 2015 00:11:59 +0200 Subject: [PATCH 2/3] remove verbose --- pages/common/exiftool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/exiftool.md b/pages/common/exiftool.md index 89fb9d06e..ce9cafd7d 100644 --- a/pages/common/exiftool.md +++ b/pages/common/exiftool.md @@ -12,4 +12,4 @@ - Decrease time photo taken by 1 day and 2 hours on jpg's only -`exiftool "-AllDates-=0:0:1 2:0:0" -verbose {{*.jpg}}` +`exiftool "-AllDates-=0:0:1 2:0:0" {{*.jpg}}` From 65075cc8ce3ab3dfd685aacb5cfcd98b2a9836fb Mon Sep 17 00:00:00 2001 From: Marvin Reimer Date: Wed, 19 Aug 2015 23:37:44 +0200 Subject: [PATCH 3/3] added more options based on github comments --- pages/common/exiftool.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/pages/common/exiftool.md b/pages/common/exiftool.md index ce9cafd7d..f179a146d 100644 --- a/pages/common/exiftool.md +++ b/pages/common/exiftool.md @@ -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