Re: Exporting still image with GPS coordinates in EXIF
[ Edited ]04-04-2019 03:27 AM - edited 04-04-2019 03:29 AM
@thegrave You wouldn't view or pass GPS coordinates of a frame with ffmpeg. You would use ffmpeg to extract frames from the video to jpg files. Then you would use exiftool to add the GPS coordinates to the jpg files. I'll post an example