ExifTool Forum

General => Metadata => Topic started by: Fizbin on February 12, 2019, 09:56:33 PM

Title: adding GPS to bvideos via gpx files
Post by: Fizbin on February 12, 2019, 09:56:33 PM
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
Title: Re: adding GPS to bvideos via gpx files
Post by: Phil Harvey on February 13, 2019, 07:12:45 AM
Yes