Imbed Filename in Metadata

Started by Archive, May 12, 2010, 08:54:45 AM

Previous topic - Next topic

Archive

[Originally posted by savvypete on 2010-02-05 09:16:00.871211-08]

Hi, how do I embed the original Windows photo filename in the Title or Document Title field of the metadata for all the photo files in a directory? Thanks, Pete.

Archive

[Originally posted by exiftool on 2010-02-05 09:27:15.459111-08]

Hi Pete,

I'm not sure exactly of the tags you want to copy,
but the command will look something like this:

Code:
exiftool "-xptitle<filename" "c:/images"

To determine the exact tags names to use, run "exiftool -s"
on a file which contains the tags to see what they are called.

- Phil

Archive

[Originally posted by savvypete on 2010-02-07 19:08:39.63641-08]

It works. Thanks alot. Pete