I know exiftool can add gps data to xmp on a mp4 file can it be used with a directory of gpx files as per:
exiftool -ext jpg -ext mp4 -r -m -P -overwrite_original -geotag "IN-GPS-Data/*.gpx" '-geotime<${createdate}+00:00' '-geosync=00' "$INFOLDER"
will this (or similatr command) work?
thank all
Joe
Yes