अगर आपको कोई परेशानी हो तो आपको हमेशा मैन पेज चेक करना चाहिए।
man exiftools
जिसे कुछ इस तरह पढ़ना चाहिए:
--TAG
Exclude specified tag from extracted information. Same as the -x
option. May also be used following a -tagsFromFile option to
exclude tags from being copied, or to exclude groups from being
deleted when deleting all information (ie. "-all= --exif:all"
deletes all but EXIF information). But note that this will not
exclude individual tags from a group delete. Instead, individual
tags may be recovered using the -tagsFromFile option (ie. "-all=
-tagsfromfile @ -artist"). Wildcards are permitted as described
above for -TAG.
कुछ इस तरह:
exiftool -overwrite_original -all= -tagsFromFile @ -title -caption -keywords /Users/andyl/photos/*.jpg
कार्य करना चाहिए। सुनिश्चित करें कि टैग वास्तव में इस तरह नामित किए गए हैं exif /path/to/file.jpg
।
कमांड क्या करता है? -all=
सभी टैग हटाता है, -tagsFromFile @
स्रोत फ़ाइल से सूचीबद्ध झंडे लेता है, इस मामले @
में वर्तमान फ़ाइल का प्रतिनिधित्व करता है, (आप निश्चित रूप से यहां एक निश्चित फ़ाइल के साथ स्थानापन्न कर सकते हैं -tagsFromFile pic.jpg
) और उन्हें गंतव्य पर लिखते हैं।