I understand I can CHANGE the caption with the line "-iptc:caption-abstract<filename" but I want to ADD the filename. ( on a new line of separated with a - )
Can anyone help me because I cant find it on this forum
thanx
roel
The following works for me under windows
ExifTool "-iptc:caption-abstract<$iptc:caption-abstract$/-$/$filename" <FILE>
The output is
Starting Caption
-
Test.jpg
I'm using $/ to insert a new line, you might check FAQ 21 (http://www.exiftool.org/faq.html#Q21) for other ways to insert a new line.
Of course, there might be other ways.
Thanx, I will try this
roel