Query of File Modification DateTime

Started by Archive, May 12, 2010, 08:53:49 AM

Previous topic - Next topic

Archive

[Originally posted by linuxuser on 2005-06-18 16:08:16-07]

I didn't find the tag to query File Modification Date/Time only. It looks like these vuescan-files are unfortunately completely "nude" and therefore I want to rewrite this date in 0x0132 and 0x9004. Thanks for your help.

Archive

[Originally posted by exiftool on 2005-06-18 20:34:14-07]

The easiest way to find the tag names for information in a file is to run "exiftool -S".

The filesystem modification time (if this is what you are referring to) is listed with the "Extra Tags", and is called "FileModifyDate"

So if I understand what you want to do, something like this should do it:

Code:
exiftool -tagsfromfile @ '-FileModifyDate>ModifyDate' '-FileModifyDate>CreateDate' -P image.jpg

I'll take a look at the vuescan file you mailed me on Monday -- I'm limited by a slow dialup connection until then.