adding GPS to bvideos via gpx files

Started by Fizbin, February 12, 2019, 09:56:33 PM

Previous topic - Next topic

Fizbin

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

Phil Harvey

...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).