Skip to content

Latest commit

 

History

34 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoPro Metadata

In one sentence

This repository exists to accumulate and understand the metadata produced by GoPro cameras.

Why we built this

We build software that processes GoPro video and image files. In many cases these files contain telemetry data (e.g are geotagged).

Before processing them, we need to understand the format (or standard) of files each camera produces to process it correctly.

Extraction logic

We use exiftool to extract metadata from both video and photo files like so:

exiftool -ee -G3 -api LargeFileSupport=1 -X INPUT.FILE > OUTPUT.xml

Cameras currently covered

All files contain GPMF/GPMD telemetry.

Download files used to generate metadata

Relevant Posts for understanding GPMF

A lot of the content from the posts below has been summarised in the Notes section of this repository.

For reference;

License

About

GoPro 360 image and video metadata useful for understanding GoPro Photo EXIF and GoPro Video GPMF.

Topics

Resources

Stars

11 stars

Watchers

3 watching

Forks

Contributors