|
Hello,
I am trying to use template files to adjust iptc tags:
exiftool -@ template.args file.jpg
where template.args looks like this:
# template.args
-IPTC:CopyrightNotice=Text
-IPTC:By-line=Text
-IPTC:Credit=Text
-IPTC:Caption-Abstract=$caption-abstract Text
# end
I end up with Caption field looking like that:
$caption-abstract Text.
Is there a way to do this or do I have to use command line?
Thanks,
Laurent
|