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
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