add more exiftool examples

This commit is contained in:
Marvin Reimer
2015-08-15 17:04:31 +02:00
parent 2e34e66405
commit 6ff973c0fe

View File

@@ -5,3 +5,11 @@
- Remove all EXIF metadata from the given files - Remove all EXIF metadata from the given files
`exiftool -All= {{file}}` `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}}`