Batch modify cation using the image's name

Started by chinhodado, July 21, 2014, 02:40:10 PM

Previous topic - Next topic

chinhodado

How can I modify the caption of all images in a folder into the image's name using the command line? I found this somewhere on the net:

exiftool * -IPTC:Caption-Abstract

but it doesn't seem to work for me.

Thank you for your help!

Phil Harvey

...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).