ExifTool Forum

ExifTool => Archives => Topic started by: Archive on May 12, 2010, 08:54:36 AM

Title: geotagging on filecreationdate dont work
Post by: Archive on May 12, 2010, 08:54:36 AM
[Originally posted by caprizios on 2009-05-29 19:50:31-07]

Hi!

I have some problems with my fotos without any EXIF information in it. So i want to use exiftool with the option -geotime<createdate but no images are updated...?!

Code:
exiftool.exe -geotag holux241.gpx "-geotime<createdate" Picture123.jpg

0 image files updated

1 image files unchanged

Whats wrong? Can someone give me a tip? I can send the data if u want.

The holux.gpx file look like this:
Code:
<?xml version="1.0"?>
<gpx
version="1.0"
creator="Holux Utility"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.topografix.com/GPX/1/0"
xsi:schemaLocation="http://www.topografix.com/GPX/1/0 http://www.topografix.com/GPX/1/0/gpx.xsd">
<wpt lat="52.854183" lon="9.135283">
<time>2009-05-10T12:28:09Z</time>
<ele>6.58</ele>
<name>
<![CDATA[Point 0]]>
</name>
</wpt>
<wpt lat="52.854263" lon="9.135228">
<time>2009-05-10T12:28:14Z</time>
<ele>-1.76</ele>
<name>
<![CDATA[Point 1]]>
</name>
</wpt>

Thanks, regards
Caprizios

PS: Sorry about my bad english...
Title: Re: geotagging on filecreationdate dont work
Post by: Archive on May 12, 2010, 08:54:36 AM
[Originally posted by exiftool on 2009-05-29 21:58:43-07]

Hi Caprizios, try using filemodifydate instead
of createdate. You should also add the -P
option to preserve filemodifydate. - Phil
Title: Re: geotagging on filecreationdate dont work
Post by: Archive on May 12, 2010, 08:54:36 AM
[Originally posted by caprizios on 2009-05-30 06:18:59-07]

Hi Phil!
 Thanks for your response - filemodifydate works!!
 - Carpizios