Use correct geosync value to assign locations
exiftool -overwrite_original -geosync=0:0 -geotag 2930949.gpx ./
Upload already geotagged photos from current directory to Mapillary (user: kami911, threads: 10)
mapillary_tools process_and_upload --advanced --number_threads 10 --user_name kami911 --import_path ./
Extract location EXIF information from pictures and build a gpx file from them
exiftool -fileOrder gpsdatetime -p gpx/gpx_original.fmt ~/Pictures/ > my_track.gpx
Extract location EXIF information from pictures and build a gpx file from them (using GITUP G3 action camera)
exiftool -fileOrder gpsdatetime -p gpx/gpx.fmt ~/Pictures/ > my_track.gpx
Extract location EXIF information from geotagged video and build a gpx file from them
exiftool -ee -fileOrder gpsdatetime -p fmt/gpx_video.fmt ~/Videos/ > my_track_video.gpx
Using GPSBabel website: http://www.gpsbabel.org
gpsbabel -i kml -f ./myfile.kml -o gpx -F ./myfile.gpx