summaryrefslogtreecommitdiff
path: root/fmt_files
diff options
context:
space:
mode:
authorexiftool <phil@work3.phy.queensu.ca>2018-01-05 11:58:39 -0500
committerexiftool <phil@work3.phy.queensu.ca>2018-01-05 11:58:39 -0500
commitc0733c13ccb79ec2fd350d6e3d6b4a85ca387d52 (patch)
treed93ad97a8dde7c8499ebffd5f093037ec381b7b0 /fmt_files
parenta79f1c3fb465e3cdc205ba2e2798df739ccb7673 (diff)
Update to 10.73
Diffstat (limited to 'fmt_files')
-rw-r--r--fmt_files/gpx.fmt12
-rw-r--r--fmt_files/gpx_wpt.fmt11
-rw-r--r--fmt_files/kml.fmt15
3 files changed, 21 insertions, 17 deletions
diff --git a/fmt_files/gpx.fmt b/fmt_files/gpx.fmt
index 74ef87c5..6c9d77b3 100644
--- a/fmt_files/gpx.fmt
+++ b/fmt_files/gpx.fmt
@@ -8,11 +8,13 @@
# Requires: ExifTool version 8.10 or later
#
# Revisions: 2010/02/05 - P. Harvey created
-# 2018/01/03 - PH Added IF to be sure position exists
+# 2018/01/04 - PH Added IF to be sure position exists
#
-# Notes: 1) All input files must contain GPSLatitude and GPSLongitude.
-# 2) The -fileOrder option may be used to control the order of the
-# generated track points.
+# Notes: 1) Input files must contain GPSLatitude, GPSLongitude and
+# GPSDateTime.
+# 2) Add the -ee option to extract the full track from video files.
+# 3) The -fileOrder option may be used to control the order of the
+# generated track points when processing multiple files.
#------------------------------------------------------------------------------
#[HEAD]<?xml version="1.0" encoding="utf-8"?>
#[HEAD]<gpx version="1.0"
@@ -23,7 +25,7 @@
#[HEAD]<trk>
#[HEAD]<number>1</number>
#[HEAD]<trkseg>
-#[IF]$gpslatitude $gpslongitude
+#[IF] $gpslatitude $gpslongitude $gpsdatetime
#[BODY]<trkpt lat="$gpslatitude#" lon="$gpslongitude#">
#[BODY] <ele>$gpsaltitude#</ele>
#[BODY] <time>$gpsdatetime</time>
diff --git a/fmt_files/gpx_wpt.fmt b/fmt_files/gpx_wpt.fmt
index d1deeedb..6ed67b0a 100644
--- a/fmt_files/gpx_wpt.fmt
+++ b/fmt_files/gpx_wpt.fmt
@@ -9,11 +9,12 @@
# Requires: ExifTool version 8.10 or later
#
# Revisons: 2010/03/13 - Peter Grimm created
-# 2018/01/03 - PH Added IF to be sure position exists
+# 2018/01/04 - PH Added IF to be sure position exists
#
-# Notes: 1) All input files must contain GPSLatitude and GPSLongitude.
-# 2) The -fileOrder option may be used to control the order of the
-# generated track points.
+# Notes: 1) Input files must contain GPSLatitude and GPSLongitude.
+# 2) Add the -ee option to extract the full track from video files.
+# 3) The -fileOrder option may be used to control the order of the
+# generated track points when processing multiple files.
#------------------------------------------------------------------------------
#[HEAD]<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
#[HEAD]<gpx version="1.1"
@@ -21,7 +22,7 @@
#[HEAD] xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
#[HEAD] xmlns="http://www.topografix.com/GPX/1/1"
#[HEAD] xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">
-#[IF]$gpslatitude $gpslongitude
+#[IF] $gpslatitude $gpslongitude
#[BODY]<wpt lat="$gpslatitude#" lon="$gpslongitude#">
#[BODY] <ele>$gpsaltitude#</ele>
#[BODY] <time>$gpsdatetime</time>
diff --git a/fmt_files/kml.fmt b/fmt_files/kml.fmt
index d54b546e..fcbfb353 100644
--- a/fmt_files/kml.fmt
+++ b/fmt_files/kml.fmt
@@ -11,17 +11,18 @@
# Revisions: 2010/02/05 - P. Harvey created
# 2013/02/05 - PH Fixed camera icon to work with new Google Earth
# 2017/02/02 - PH Organize into folders based on file directory
-# 2018/01/03 - PH Added IF to be sure position exists
+# 2018/01/04 - PH Added IF to be sure position exists
#
-# Notes: 1) All input files must contain GPSLatitude and GPSLongitude.
-# 2) For Google Earth to be able to find the images, the input
+# Notes: 1) Input files must contain GPSLatitude and GPSLongitude.
+# 2) Add the -ee option to extract the full track from video files.
+# 3) For Google Earth to be able to find the images, the input
# images must be specified using relative paths, and "out.kml"
# must stay in the same directory as where the command was run.
-# 3) Google Earth is picky about the case of the image file extension,
+# 4) Google Earth is picky about the case of the image file extension,
# and may not be able to display the image if an upper-case
# extension is used.
-# 4) The -fileOrder option may be used to control the order of the
-# generated placemarks.
+# 5) The -fileOrder option may be used to control the order of the
+# generated placemarks when processing multiple files.
#------------------------------------------------------------------------------
#[HEAD]<?xml version="1.0" encoding="UTF-8"?>
#[HEAD]<kml xmlns="http://earth.google.com/kml/2.0">
@@ -39,7 +40,7 @@
#[SECT] <Folder>
#[SECT] <name>$directory</name>
#[SECT] <open>0</open>
-#[IF]$gpslatitude $gpslongitude
+#[IF] $gpslatitude $gpslongitude
#[BODY] <Placemark>
#[BODY] <description><![CDATA[<br/><table><tr><td>
#[BODY] <img src='$directory/$filename'