Anda harus selalu memeriksa halaman manual jika Anda dalam kesulitan.
man exiftools
Yang seharusnya membaca seperti ini:
--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.
Sesuatu seperti:
exiftool -overwrite_original -all= -tagsFromFile @ -title -caption -keywords /Users/andyl/photos/*.jpg
harus bekerja. Pastikan tag benar-benar dinamai dengan cara ini menggunakan exif /path/to/file.jpg
.
Apa perintahnya? -all=
menghapus semua tag, -tagsFromFile @
mengambil bendera yang terdaftar dari file sumber, dalam hal ini @
mewakili file saat ini, (Anda tentu saja dapat mengganti dengan file tetap di sini seperti -tagsFromFile pic.jpg
) dan menulisnya ke tujuan.