Hi,
I'm using this command line to insert several metadatas :
chcp 65001
cd "C:\Program Files (x86)\Exiftool"
exiftool -r -IPTC:CodedCharacterSet="UTF8" -exif:make="make" -exif:model="model" -exif:software="software" -Exif:Xresolution="300" -Exif:Yresolution="300" -Exif:resolutionunit="inches" -exif:colorspace="sRGB" "-exif:imagedescription<BaseName" "-exif:ModifyDate<Exif:DateTimeOriginal" -Exif:Xresolution="300" -Exif:Yresolution="300" -Exif:resolutionunit="inches" -iptc:CopyrightNotice="©" -iptc:By-line="by-line" -iptc:Source="Source" -iptc:Credit="Credit" -iptc:ObjectName="ObjectName" -iptc:Headline="Headline" -iptc:Caption-Abstract="Caption-Abstract" -L "path\*" -r -overwrite_original
Every IPTC field is correctly filled when i'm checking with ACDSee.
But the Windows Explorer "Details" of the file show a "Main frame" (probably from the scanner I'm using) on the Title field, and Subject is left blank.
I thought the Title field would be the same as my ObjectName tag, and the Subject field would be the same as my Caption-Abstract.
Is there something wrong with my command, or am I filling the wrong fields ?
Thanks in advance
I think that reading this post by StarGeek (https://exiftool.org/forum/index.php/topic,6591.msg32875.html#msg32875) may help here.
- Phil
It did :)
Thanks for the help !