Sunday, 19 May 2019

linux - Rename images by date with correct time


I'd like to rename my images according to their date in EXIF information, BUT with a twist: the date in the EXIF information of one camera brand (the one named panasonic) is off by one hour (it should be one hour sooner).


How can I do this in Linux? I have tried using exiftool as mentioned here : Sort and rename images by date in EXIF info, but this one hour offset really bugs me, and I am not good enough in scripts or programmation to do it by myself.


Thanks.



Answer



Run exiftool -alldates-=1 -if '$make eq "Panasonic"' , then follow the guide you linked


No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...