Main Menu

Set

Started by Archive, May 12, 2010, 08:54:39 AM

Previous topic - Next topic

Archive

[Originally posted by runningwolf on 2009-08-19 17:18:45-07]

Hello,

Using
exiftool "-DateTimeOriginal>FileModifyDate" %1
I managed to set the file date of a jpeg back to the date-time the pic was really taken (has been changed by another tool that added keywords to the exif tags). But there is another date field in the file which appears to hold the creation date. Is there a chance to change this this exiftool as well?

Thanks.....

Archive

[Originally posted by exiftool on 2009-08-19 17:49:33-07]

Do you mean something like

Code:
exiftool "-datetimeoriginal>createdate" %1

?

If not, I think you are talking about the creation date stored
in the filesystem.  ExifTool can not modify this date.

- Phil

Archive

[Originally posted by runningwolf on 2009-08-20 07:43:29-07]

Hi Phil,

Thanks for the feedback. Tried it but does not work.
Don't know if it's the date from the FS but if, how can I change that? The date that I can see in the explorer or using the dir command was set to the exif date.

Merci...

Archive

[Originally posted by exiftool on 2009-08-20 10:43:32-07]

I don't know of any utilities that will update the filesystem
creation date of a file in Windows.  They may exist -- I'm not
very knowledgeable when it comes to Windows software.

- Phil

Archive

[Originally posted by runningwolf on 2009-08-20 16:54:44-07]

ACDSee?