Posted on 2008-08-28 00:24:40-07 by kostka
possible to batch write different info to different files?
I believe this is a feature request, unless I've missed something in the documentation.

Right now I have to run exiftool once for every file I want to write tags for since the GPS tags I'm writing are different for each file. Is is possible to do this with one execution of exiftool instead? The overhead associated with one call is rather substantial (at least on Windows, but I think the same was true when I used it on Linux).

right now:
exiftool -GPSAltitude=120 one.jpg
exiftool -GPSAltitude=173 two.jpg

boy it sure would be nice if this did the same thing:
exiftool -GPSAltitude=120 one.jpg -GPSAltitude=120 two.jpg

Thanks,
Tim Kostka
Direct Responses: 8684 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.