OpenDroneMap / ODM

A command line toolkit to generate maps, point clouds, 3D models and DEMs from drone, balloon or kite images. 📷
https://opendronemap.org
GNU Affero General Public License v3.0
4.91k stars 1.11k forks source link

DJI Mavic 2 Zoom video (mp4 + srt) processing problem. Missing longitude and latitude in the produced jpg exif data. #1757

Closed idimitrovski closed 6 months ago

idimitrovski commented 6 months ago

How did you install ODM? (Docker, installer, natively, ...)?

Installer (Windows 10)

What is the problem?

When processing mp4 files from DJI Mavic 2 Zoom drone, the first step of the processing produces jpg files without lon, lat exif data. This is due to non standard srt file structure (the longitude and latitude params in the srt file are different from the supported formats)

I already added support for the Mavic 2 Zoom srt files in the code. I just opened this issue so I can reference it in the pull request.