Search code examples
gpsquicktime.mov

Get GPS data from MOV (quicktime) video file


Please help to get GPS track with time from .mov file. The file is fom car camera and consists GPS data because its viewer shows car position. What is right way to do that?


Solution

  • You don't say if you're looking for a programming solution to parse the file and read the GPS metadata yourself, or whether you're looking for a tool that will display the data.

    It also depends very much on the specific camera that recorded the file as they embed data in different formats. If you have an iPhone, for example, it records GPS data in a mdta metadata atom with key "com.apple.quicktime.location.ISO6709", but other formats exist too, especially if you mean real time varying GPS data embedded in each frame, rather in the header for the movie as a whole.

    Tools that will read such data from the movie header include ExifTool and CatDV (though the latter is a commercial product).