Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 2.63 KB

README.md

File metadata and controls

55 lines (36 loc) · 2.63 KB

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