-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprod_command
More file actions
18 lines (14 loc) · 954 Bytes
/
Copy pathprod_command
File metadata and controls
18 lines (14 loc) · 954 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# videos: zuerst datum in xmp tag kopieren (1), dann umbennen (2)
# EXIF TOOL Video Datum umändern
# (1)
exiftool "-xmp:dateTimeOriginal<quicktime:CreateDate" -ext mov -ext mp4 -overwrite_original -progress F:\handy-Flora
# EXIF TOOL Dateinamen änder umändern im idente Namenskonventions sicherzustellen
# Produktiv:
# 1. Bilder:
exiftool "-filename<CreateDate" -d IMG_%Y%m%d_%H%M%S_%%f%%c.%%le -progress -ext jpg F:\handy-Flora
# (2) Videos:
exiftool "-filename<xmp:dateTimeOriginal" -d IMG_%Y%m%d_%H%M%S_%%f%%c.%%le -ext mov -ext mp4 -overwrite_original -progress F:\handy-Flora\1
# list all files with exif date and name in a file /xmp date are missing
exiftool -csv -filename -CreateDate -XMP-exif:DateTimeOriginal -progress /var/services/photo/Archiv/ > /var/services/photo/tab_allfiles_dtm_local.csv -i @eaDir
#just run dateinfo it for one file
exiftool -csv -filename -CreateDate -XMP-exif:DateTimeOriginal p:\repaired\MOV_0182.mp4