Search found 5 matches

by rItlha'
Thu Mar 26, 2015 2:31 pm
Forum: NConvert
Topic: edit exif metadata (author)
Replies: 2
Views: 2332

Re: edit exif metadata (author)

Thanks cday, the ExifTool looks good!

But I'm still wondering whether there's a way with nconvert as well. I mean, that's the tool I use right now and I don't really want to change (which would mean to abondon nconvert at all - I don't like to have 3 tools for doing 4 jobs...).
by rItlha'
Wed Mar 25, 2015 9:08 am
Forum: NConvert
Topic: edit exif metadata (author)
Replies: 2
Views: 2332

edit exif metadata (author)

Hi,
after learning about editing the IPCT metadata I need to change EXIF data.

The reason for this is: although I change the IPCT author field, Windows Explorer doesn't show me the author.
With IrfanView I confirmed, that the content of the author field which Windows Explorer is showing, is the the ...
by rItlha'
Wed Mar 25, 2015 8:04 am
Forum: NConvert
Topic: edit IPTC values (metadata)
Replies: 3
Views: 1536

Re: edit IPTC values (metadata)

Hi again,
well I solved the riddle. My mistake - I thought the tags are nConvert specific, but they are IPTC standard.
So I found a list on the web (http://www.sno.phy.queensu.ca/~phil/exi ... /IPTC.html) where many tags are listed.

Anyway, Thanks cday for trying to help :)

- rItlha'
by rItlha'
Wed Mar 25, 2015 7:22 am
Forum: NConvert
Topic: edit IPTC values (metadata)
Replies: 3
Views: 1536

Re: edit IPTC values (metadata)

Yes, that way I get all commands listed, including the
-iptc_set tag value : Set value to IPTC tag
-iptc_add tag value : Add value to IPTC tag
But how do I get the "tag" lists? Like how do I know, 25=keyword.
I want to add not only keywords, but also title, author, description and there might ...
by rItlha'
Tue Mar 24, 2015 3:37 pm
Forum: NConvert
Topic: edit IPTC values (metadata)
Replies: 3
Views: 1536

edit IPTC values (metadata)

Hi,
I want to edit several metadata of a jpeg picture.
I constructed this working example command from what I found elsewhere in this forum
nconvert -iptc_add 25 "keyword 1" file.jpg

So I guess, the 25 is telling nconvert, that it should add a keyword.
Where can I find a list, which numbers ...