Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 620 Bytes

exif-tool-cheatsheet.md

File metadata and controls

30 lines (26 loc) · 620 Bytes
aliases category classification date date_modified draft id image links local_archive_links pinned print series tags title type
exif-tool-cheatsheet
cli
public
2021-12-29 06:05:07 -0800
2021-12-29 06:05:07 -0800
false
20211229140507
false
false
exif
photo
video
tag
Exif Tool Cheatsheat
tech-note

More info here

# Dry-run in current directory:
exiftool -d %Y%m%d_%H%M%S-c.%%e "-testname<CreateDate" .

# Rename all files with "CreateDate" in directory and add copy number if required:
exiftool -d %Y%m%d_%H%M%S%%-c.%%e "-filename<CreateDate" .