Deduct 2 hr from the modified date

Advanced Renamer forum
#1 : 09/09-14 11:23
shay
shay
Posts: 1
Hi All,

I am trying to do the following.

change the file name according to the Modefied Date YYYDDMM_HHMMSS

Until now I had no issue and it works perfectly

but i would like to deduct 2 hr from the HH

meaning if the hour is 16:00 HH = 16
i would like to make it 14:00 HH = 14

(images were taken from my camera, but i forgot to change the time according to the local time )

Many Thanks in advance
Shay


09/09-14 11:23
#2 : 12/09-14 22:32
Stefan
Stefan
Posts: 274
Reply to #1:
 

I would first correct the exif meta data.
Take a look at the exiftool.exe (command line tool) for that.

Then you can add exif date taken to filename by
http://www.advancedrenamer.com/user_guide/metho d_add
with <ExifTool:VALUE>
http://www.advancedrenamer.com/user_guide/tags_ advanced

or with
http://www.advancedrenamer.com/user_guide/tags_ image


- - -


Alternative:

With additional steps you can perhaps also use the GUI for your issue:

1. set file creation date to exif date
2. change file date by a delta
http://www.advancedrenamer.com/user_guide/metho d_timestamp

3. add timestamp to filename by
http://www.advancedrenamer.com/user_guide/metho d_add
with
http://www.advancedrenamer.com/user_guide/tags_ datetimecreated



Tell us how it goes... 


12/09-14 22:32 - edited 12/09-14 22:38