Skip to content

Commit 3f2abc0

Browse files
committed
flight exif
1 parent e359a6f commit 3f2abc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ webp:
66
for i in *.jpg; do convert -quality 75 -define webp:method=6 "$$i" "$$i".webp; exiftool -overwrite_original -tagsfromfile "$$i" "$$i".webp; done
77

88
data.json: img rename
9-
exiftool -d %s -gps*# -gimbal* -imagedescription -createdate -json $(DIR)/* > $@
9+
exiftool -d %s -gps*# -gimbal* -flight* -imagedescription -createdate -json $(DIR)/* > $@
1010

1111
rename:
1212
exiftool -d %Y%m%d_%H%M%S%%-c.%%le "-filename<CreateDate" $(DIR)/*

0 commit comments

Comments
 (0)