Hi,
it would be nice for me to get the CreateDate (%Y) into copyright="© YYYY name".
Cannot find any modification for that string...
This will do it:
exiftool -copyright"<© $createdate name" -d %Y FILE
On Mac/Linux use single quotes instead of double quotes.
- Phil
Damned, have tried that, but didn't thougt to the way with "$". :(
Thank you very much.
Have a good day, Eike