Hallo,
I would like to add the EXIF tag "Belichtungskorrektur" (Exposure Correcture) via batch command (EXIFTOOL.EXE) to a lot of pictures (jpg). I only know the EV values (2, 0 , -2) of the pictures as the output of the HDR camera is not giving any exposure times.
Unfortunately I have no example for the correct tag naming with the EXIFTOOL.EXE.
Could you please provide either the correct tag naming or a picture with this specific EXIF tag. There is no specific camera information or picture information stored other than the standard jpeg ones.
Hallo,
I found the solution.
The correct tag name is:
ExposureCompensation
So to change the value to i.e. EV=-1 the command line is:
exiftool.exe -ExposureCompensation=-1 Picture.jpg
Luminance HDR is accepting it without any further question.