From 841ec0d9454c8e23fec63f564ff11425e0ae527a Mon Sep 17 00:00:00 2001 From: Marco Bonelli Date: Sun, 6 Oct 2019 17:18:58 +0200 Subject: [PATCH] exiftool: reword and clarify page. (#3324) --- pages/common/exiftool.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/common/exiftool.md b/pages/common/exiftool.md index 024284a0bf..0c9ebb4596 100644 --- a/pages/common/exiftool.md +++ b/pages/common/exiftool.md @@ -5,20 +5,20 @@ - Remove all EXIF metadata from the given files: -`exiftool -All= {{file}}` +`exiftool -All= {{file1 file2 ...}}` -- Increase time photo taken by 1 hour in directory: +- Move the date at which all photos in a directory were taken 1 hour forward: -`exiftool "-AllDates+=0:0:0 1:0:0" {{directory}}` +`exiftool "-AllDates+=0:0:0 1:0:0" {{path/to/directory}}` -- Decrease time photo taken by 1 day and 2 hours on JPEGs only: +- Move the date at which all JPEG photos in the current directory were taken 1 day and 2 hours backward: `exiftool "-AllDates-=0:0:1 2:0:0" -ext jpg` -- Change only DateTimeOriginal by -1.5 hours & do not keep backups: +- Only change the `DateTimeOriginal` field subtracting 1.5 hours, without keeping backups: `exiftool -DateTimeOriginal-=1.5 -overwrite_original` -- Rename all JPEGs according to a DateTimeOriginal recursively: +- Recursively rename all JPEG photos in a directory based on the `DateTimeOriginal` field: -`exiftool '-filename