Welcome to our Community
Wanting to join the rest of our members? Feel free to sign up today.
Sign up

Recent content by rab4280

  1. R

    Anafi & ArcGIS

    Here are the arguments I am using with exiftool: exiftool -api largefilesupport=1 -ee -c %+.8f -p "$gpslongitude, $gpslatitude, ${GPSAltitude#;$_=sprintf('%.3f',$_)}" video.MP4 > gps.txt I included support for large files and formatting of the decimal points to make it easier to import into...
  2. R

    Anafi & ArcGIS

    Quick update for anyone curious on this topic. The most helpful tool I have found so far is ExifTool (ExifTool by Phil Harvey). It's requires you to use the Windows command line but it is relatively easy to use it get GPS latitude and longitude for every frame in the video. This can be saved a...
  3. R

    Anafi & ArcGIS

    I am curious if anyone else is using their Anafi video/metadata in ArcGIS or similar programs. I have been using ExifTool to extract embedded metadata like the GPS latitude, longitude, and altitude, and plotting them in ArcGIS. I can plot the flight path and even create animations of the drone's...