We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e359a6f commit 3f2abc0Copy full SHA for 3f2abc0
Makefile
@@ -6,7 +6,7 @@ webp:
6
for i in *.jpg; do convert -quality 75 -define webp:method=6 "$$i" "$$i".webp; exiftool -overwrite_original -tagsfromfile "$$i" "$$i".webp; done
7
8
data.json: img rename
9
- exiftool -d %s -gps*# -gimbal* -imagedescription -createdate -json $(DIR)/* > $@
+ exiftool -d %s -gps*# -gimbal* -flight* -imagedescription -createdate -json $(DIR)/* > $@
10
11
rename:
12
exiftool -d %Y%m%d_%H%M%S%%-c.%%le "-filename<CreateDate" $(DIR)/*
0 commit comments