Wrong location for videos

Some of the videos I uploaded to immich show up with the wrong location in immich. When taking a look at the exiftool, you can see the correct GPS location (France), but the immich interface shows a different one (Maldives).
exiftool 150A6301-A7CE-4229-B24B-5432F4CFF681.mov | grep GPS
GPS Coordinates : 43 deg 38' 6.00" N, 3 deg 50' 7.44" E, 74.2 m Above Sea Level
GPS Altitude : 74.2 m
GPS Altitude Ref : Above Sea Level
GPS Latitude : 43 deg 38' 6.00" N
GPS Longitude : 3 deg 50' 7.44" E
GPS Position : 43 deg 38' 6.00" N, 3 deg 50' 7.44" E
exiftool 150A6301-A7CE-4229-B24B-5432F4CFF681.mov | grep GPS
GPS Coordinates : 43 deg 38' 6.00" N, 3 deg 50' 7.44" E, 74.2 m Above Sea Level
GPS Altitude : 74.2 m
GPS Altitude Ref : Above Sea Level
GPS Latitude : 43 deg 38' 6.00" N
GPS Longitude : 3 deg 50' 7.44" E
GPS Position : 43 deg 38' 6.00" N, 3 deg 50' 7.44" E
No description
No description
6 Replies
Alex Tran
Alex Tran2y ago
Is this something you can share with us for troubleshooting?
astronight
astronightOP2y ago
Sure, how can I help? what would you need?
Alex Tran
Alex Tran2y ago
The video file would be great
jrasm91
jrasm912y ago
Maldives is at 0, 72. I believe there is a bug when GPS Altitude is present, Lat/lng gets set incorrectly to the altitude. FWIW - videos currently use a custom location parsing implementation, but this PR (https://github.com/immich-app/immich/pull/2908) moves that to use the parsed values from exiftool instead. Basically, I think it is this bug: https://github.com/immich-app/immich/issues/2859
astronight
astronightOP2y ago
Thanks both! Once #2908 is merged I shoudl rerun the metadata extractor and it should fix the issue?
Alex Tran
Alex Tran2y ago
I believe so

Did you find this page helpful?