Batch file to bulk edit exif data

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
i.r.smith
Posts: 3
Joined: 27 Feb 2015 13:08

Batch file to bulk edit exif data

#1 Post by i.r.smith » 27 Feb 2015 13:33

I am fairly new with using batch files.
I have a spread sheet with thousands of items in column A and the items descriptions in column B, The item number in column A has an .jpg image associated with it.

I need to make a batch file to add the description into the exif or iptc data of the corresponding image.

Can this be done with a batch file?


Image

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: Batch file to bulk edit exif data

#2 Post by foxidrive » 27 Feb 2015 13:37

You can export the spreadsheet into a plain comma delimited text file and a batch script
is able to use the CSV file with a third party and free command line tool to add the EXIF data.

i.r.smith
Posts: 3
Joined: 27 Feb 2015 13:08

Re: Batch file to bulk edit exif data

#3 Post by i.r.smith » 27 Feb 2015 14:26

what third party and free command line tool do you recommend?


i.r.smith
Posts: 3
Joined: 27 Feb 2015 13:08

Re: Batch file to bulk edit exif data

#5 Post by i.r.smith » 02 Mar 2015 12:00

I did find a solution to this. I used Adobe Bridge along with this plugin.
http://metadatadeluxe.pbworks.com/w/pag ... ort%20Tool

I was able to change almost all the IPTC and exif data.

Post Reply