ExifTool: Wie verwende ich die Argumente - @ und -tagsFromFile zusammen?

985
fireundubh

Ich versuche, die Argumente - @ und -tagsFromFile zusammen zu verwenden, um alle Metadaten mit Ausnahme bestimmter Tags zu entfernen und diese spezifischen Tags dann in die IPTC- und XMP-Header zu kopieren.

exif2all:

# Disable backup file -overwrite_original_in_place  # Strip all headers -all=  # Preserve these tags (not working) -tagsFromFile @ -CreateDate -DateTimeOriginal -Artist -XP*  # Copy EXIF to IPTC -EXIF:Artist > IPTC:By-line -EXIF:XPTitle > IPTC:ObjectName -EXIF:XPComment > IPTC:Caption-Abstract -EXIF:XPSubject > IPTC:Keywords  # How do I append EXIF:XPKeywords to IPTC:Keywords? # -EXIF:XPKeywords > IPTC:Keywords -EXIF:DateTimeOriginal > IPTC:DateCreated -EXIF:DateTimeOriginal > IPTC:TimeCreated -EXIF:CreateDate > IPTC:DigitalCreationDate -EXIF:CreateDate > IPTC:DigitalCreationTime  # Copy EXIF to XMP -EXIF:Artist > XMP-dc:Creator -EXIF:XPTitle > XMP-dc:Title -EXIF:XPComment > XMP-dc:Description -EXIF:XPComment > XMP:ImageDescription -EXIF:XPSubject > XMP-dc:Subject # How do I append EXIF:XPKeywords to XMP-dc:Subject? # -EXIF:XPKeywords > XMP-dc:Subject -EXIF:DateTimeOriginal > XMP:CreateDate -EXIF:DateTimeOriginal > XMP:DateTimeOriginal 

ExifTool v9.63 kopiert die Tags in die IPTC- und XMP-Header, entfernt den EXIF-Header vollständig ohne Ausnahmen und gibt den folgenden Fehler aus:

> exiftool -@ exif2all *.jpg Ignored superfluous tag name or invalid option: -tagsFromFile @ -CreateDate -DateTimeOriginal -Artist -XP* 

Wie verwende ich die Argumente - @ und -tagsFromFile zusammen?

1

0 Antworten auf die Frage