ExifTool Forum

General => Other Discussion => Topic started by: JP1234 on August 02, 2018, 08:37:04 PM

Title: DJI exif info
Post by: JP1234 on August 02, 2018, 08:37:04 PM
I am new to exiftool.

I was happy to see the DJI drone provides some exif info on movies and that exiftool can read the header file. I am most interested in the lat, long, height, camera viewing direction, start time, stop time ....

I am wondering if the header info on the DJI movie files corresponds to the beginning, end or other part of the movie.  If anyone knows I would appreciate your comments.

thanks
John Porter
Title: Re: DJI exif info
Post by: Phil Harvey on August 07, 2018, 07:12:50 AM
Hi John,

The static GPS is at the start of the movie.  Use the -ee option to extract embedded information, and dji.config (https://github.com/exiftool/exiftool/blob/master/config_files/dji.config) to generate streaming GPS tags from the embedded Text tags if they exist.

- Phil