Skip to content

trek-view/gopro-metadata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Apache-2.0, CC-BY-4.0 licenses found

Licenses found

Apache-2.0
LICENSE
CC-BY-4.0
LICENSE-IMAGES

Stars

Watchers

Forks