Bạn nên luôn luôn kiểm tra các trang người đàn ông nếu bạn gặp rắc rối.
man exiftools
Mà nên đọc một cái gì đó như thế này:
--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.
Cái gì đó như:
exiftool -overwrite_original -all= -tagsFromFile @ -title -caption -keywords /Users/andyl/photos/*.jpg
nên làm việc. Đảm bảo rằng các thẻ thực sự được đặt tên theo cách này bằng cách sử dụng exif /path/to/file.jpg
.
Lệnh này làm gì? -all=
xóa tất cả các thẻ, -tagsFromFile @
lấy các cờ được liệt kê từ tệp nguồn, trong trường hợp này @
đại diện cho tệp hiện tại, (tất nhiên bạn có thể thay thế bằng một tệp cố định ở đây như -tagsFromFile pic.jpg
) và ghi chúng vào đích.