Hi!
I have several hundreds jpg file need to be add metadata as follow:
Tag Name
1 IPTC - Title
2 EXIF –Image Description
3 IPTC (Legacy) - Author
4 Exif – Make
5 Exif – Model
6 IPTC - Subject
7 IPTC - Keywords
and using Exiftool I 've found 1,2,4,5
stuck at 3,6,7
Unfortunately I dont have a file with all the information so I could just copy from files to files...
Anyone can help me with this?
Thank alot!
ps sorry for my english.
What do you mean with stuck at 3,6,7? Do you mean you couln't get find the appropriate tag name to use with exiftool? If so, I think these are the ones you are looking for (marked with red fixed width font):
Tag Name
1 IPTC - Title: Title
2 EXIF –Image Description: ImageDescription
3 IPTC (Legacy) - Author: By-line is the IPTC tag for the Author.
4 Exif – Make: Make
5 Exif – Model: Model
6 IPTC - Subject: Keywords Note: Subject is not an IPTC tag (it's an XMP tag), but Keywords is and these have the same meaning.
7 IPTC - Keywords: Keywords
Hope this helps,
Hayo