Bulk Edit EXIF
StevenV
Registered Users Posts: 1,174 Major grins
Anyone got a(n inexpensive) tool that will do changes to EXIF info in CRW files?
I must have jiggered the 10D's wheel when resetting the clock last week and bumped the month, so all my images from last week are tagged as being shot in May.
(I don't care if it's Win or Mac, I can get to the images from either platform)
I must have jiggered the 10D's wheel when resetting the clock last week and bumped the month, so all my images from last week are tagged as being shot in May.
(I don't care if it's Win or Mac, I can get to the images from either platform)
-Steven
my words, my "pro"pictures, my "fun" pictures, my videos.
my words, my "pro"pictures, my "fun" pictures, my videos.
0
Comments
Here's an example of using it to change one of the three date tags in one of my images:
Alternately, if you don't mind a little hackery... it can likely be done from a command line with perl. A quick test to see if it will work would be to do the following on your mac, in a terminal session:
Since there were only three lines, and all three of them are dates, then it's safe to bruteforce the data. Had there been any other hits, then that would be an indication that the same byte pattern that represents the date just happens to also occur in the image data, so what I'm about to do would damage the image. And of course it's possible that there aren't any hits at all, because the crw files are too different from normal standards... I forget just how far off reality they are though.
If that will work, then here's an example of doing it. The magic bits between the three / characters are basically: /wrong_date/correct_date/, you could specify it all the way down to the day, hour, etc... with something like ... -e "s/2005:05:07 22:25:00/2005:04:07 22:25:00/g" ... instead... but that would require you to change it for every shot, where as this just let's you do it with the same command line for all of them (pretty much).
Now that created a backup file called "img_0011.cr2.ORIGINAL" so I'll do a comparison of before and after, to validate that I only changed what I wanted to change...
Anyway, if you need some help with that, let me know... with a mac at hand you should be able to fix your shots from this mistake pretty easily, I managed to fix the entire set I had taken when the month was off by 5 a couple years ago... 08 instead of 03... in just a few minutes once i figured out what had happened.
http://wall-art.smugmug.com/
Thanks Cabby, I'll dig through your example once I'm more awake (I was up doing battle until 4am)
my words, my "pro"pictures, my "fun" pictures, my videos.
And can I suggest a pressure washer? seriously, you can sit on your front deck and drench them clear out to the curb, amazingly effective. Especially if you have the kind that doesn't turn on the pump untill you squeeze the trigger.
http://wall-art.smugmug.com/
my words, my "pro"pictures, my "fun" pictures, my videos.