Formatting!

waldyrious/alt-syntax
Leandro Ostera 2016-02-13 00:24:52 +01:00
parent d8d204adee
commit c701cca930
1 changed files with 4 additions and 6 deletions

View File

@ -6,20 +6,18 @@
`exiftool -All= {{file}}` `exiftool -All= {{file}}`
- Increase time photo taken by 1 hour in directory - Increase time photo taken by 1 hour in directory:
`exiftool "-AllDates+=0:0:0 1:0:0" {{directory}}` `exiftool "-AllDates+=0:0:0 1:0:0" {{directory}}`
- Decrease time photo taken by 1 day and 2 hours on JPEGs only - Decrease time photo taken by 1 day and 2 hours on JPEGs only:
`exiftool "-AllDates-=0:0:1 2:0:0" -ext jpg` `exiftool "-AllDates-=0:0:1 2:0:0" -ext jpg`
- Change only DateTimeOriginal by -1.5 hours & do not keep backups - Change only DateTimeOriginal by -1.5 hours & do not keep backups:
`exiftool -DateTimeOriginal-=1.5 -overwrite_original` `exiftool -DateTimeOriginal-=1.5 -overwrite_original`
- Rename all JPEGs according to a DateTimeOriginal recursively - 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 '-filename<DateTimeOriginal' -d %Y-%m-%d_%H-%M-%S%%lc.%%e {{directory}} -r -ext jpg`