How to fix wrong camera time?

AfterShot Pro General Questions & Getting Started Forum
Post Reply
CadErik
Posts: 6
Joined: Sun Mar 11, 2012 8:39 pm
operating_system: Windows 7 Professional
System_Drive: C
32bit or 64bit: 64 Bit

How to fix wrong camera time?

Post by CadErik »

By mistake I set PM instead of AM time and I have 2 days of photos where I need to shift the shooting time -12hrs.
I have other tools which allow you to shift EXIF time but that change seems without effect with Aftershot Pro.
Any suggestions?

Erik.
claudermilk
Posts: 148
Joined: Fri Jan 13, 2012 12:06 pm
operating_system: Windows 7 Home Premium
System_Drive: C
32bit or 64bit: 64 Bit

Re: How to fix wrong camera time?

Post by claudermilk »

Are you using file system or catalog mode? I would expect ASP to just recognize the changed dates in file system mode. In catalog mode you may need to refresh (I am not sure--I don't use that).
Bibble transplant
CadErik
Posts: 6
Joined: Sun Mar 11, 2012 8:39 pm
operating_system: Windows 7 Professional
System_Drive: C
32bit or 64bit: 64 Bit

Re: How to fix wrong camera time?

Post by CadErik »

claudermilk wrote:Are you using file system or catalog mode? I would expect ASP to just recognize the changed dates in file system mode. In catalog mode you may need to refresh (I am not sure--I don't use that).
I have been using catalog mode and I haven't found any way to refresh. By using "Merge external metadata" I was able to fix the IPTC time but it did not update the "Misc:Date" that is used in the catalog.
afx
Posts: 1675
Joined: Thu Jan 12, 2012 1:38 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
Video Card: FirePro 4900
Monitor/Display Make & Model: NEC PA301w, ColorMunki
Location: München
Contact:

Re: How to fix wrong camera time?

Post by afx »

How did you shift the time and what time fields? There are quite a few depending on file type and metadata setup.
The best way to do this is to use exiftool:

Code: Select all

exiftool -AllDates-=2 *
That should be picked up by merge external metadata.

cheers
afx
Send bugs to the Monkey // AfterShot Kickstart Guide // sRGB clipping sucks and Adobe RGB is just as bad
Bibble since 2005 // W7 64 on quad Phenom // Ubuntu 14.4 on quad i7 and dualcore AMD // Images
CadErik
Posts: 6
Joined: Sun Mar 11, 2012 8:39 pm
operating_system: Windows 7 Professional
System_Drive: C
32bit or 64bit: 64 Bit

Re: How to fix wrong camera time?

Post by CadErik »

afx wrote:How did you shift the time and what time fields? There are quite a few depending on file type and metadata setup.
I used zoner pro, it has a specific tool to fix xmp time.
afx wrote: The best way to do this is to use exiftool:

Code: Select all

exiftool -AllDates-=2 *
That should be picked up by merge external metadata.
It was picked - now the metadata shows the correct time in the IPTC field however the ASP field hasn't been updated.
afx
Posts: 1675
Joined: Thu Jan 12, 2012 1:38 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
Video Card: FirePro 4900
Monitor/Display Make & Model: NEC PA301w, ColorMunki
Location: München
Contact:

Re: How to fix wrong camera time?

Post by afx »

CadErik wrote:It was picked - now the metadata shows the correct time in the IPTC field however the ASP field hasn't been updated.
Well, from what you wrote, the tool you used did not update the interesting fields... XMP was updated but not the exif, then it looks like XMP lost.
There is a reason why I recommend exiftool, it is the reference application for mangling image metadata.

cheers
afx
Send bugs to the Monkey // AfterShot Kickstart Guide // sRGB clipping sucks and Adobe RGB is just as bad
Bibble since 2005 // W7 64 on quad Phenom // Ubuntu 14.4 on quad i7 and dualcore AMD // Images
B4b5

Re: How to fix wrong camera time?

Post by B4b5 »

CadErik wrote:
It was picked - now the metadata shows the correct time in the IPTC field however the ASP field hasn't been updated.
Depending on which camera raw your files are, you might want to check the Microsoft way of editing exif...

Microsoft Pro Photo Tools version 2.
I find it useful with W7-64bit
jpmccormac
Posts: 54
Joined: Fri Sep 16, 2011 7:18 pm
operating_system: Windows 7 Home Premium
System_Drive: C
32bit or 64bit: 64 Bit

Try FastStone

Post by jpmccormac »

I use FastStone free image viewer to change the time in EXIF data. It gives you the option to adjust the time by x hours and/or x minutes, specify just the date, or specify the date time. Go here: http://www.faststone.org/FSViewerDetail.htm
"All who wander are not lost."
claudermilk
Posts: 148
Joined: Fri Jan 13, 2012 12:06 pm
operating_system: Windows 7 Home Premium
System_Drive: C
32bit or 64bit: 64 Bit

Re: How to fix wrong camera time?

Post by claudermilk »

B4b5 wrote:
CadErik wrote:
It was picked - now the metadata shows the correct time in the IPTC field however the ASP field hasn't been updated.
Depending on which camera raw your files are, you might want to check the Microsoft way of editing exif...

Microsoft Pro Photo Tools version 2.
I find it useful with W7-64bit
I have not paid attention to that for a while. The reason being early versions had a nasty bug that corrupted files. I personally would stay far away from MS Pro Photo Tools.

As has been mentioned, ExifTool is the gold standard for fiddling with your image metadata. That would be the best choice IMHO.
Bibble transplant
Post Reply