Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/willprice/gopro-utils

Tools to extract GoPro metadata
https://github.com/willprice/gopro-utils

Last synced: about 20 hours ago
JSON representation

Tools to extract GoPro metadata

Awesome Lists containing this project

README

        

# GoPro Utils

## Install

```bash
$ sudo npm install gopro-utils -g
```

## Usage

```
$ gpmd-extract GX000123.MP4 GX000123.JSON
```

The JSON file's contents corresponds to the output of the
[`gopro-telemetry`](https://github.com/JuanIrache/gopro-telemetry)
library, see [here](https://github.com/JuanIrache/gopro-telemetry#output) for
more details.

## Acknowledgements

This CLI app is a *very* thin wrapper around [Juan Irache's](https://github.com/JuanIrache)
great GoPro libraries
([`gpmf-extract`](https://github.com/JuanIrache/gpmf-extract),
[`gopro-telemtry`](https://github.com/JuanIrache/gopro-telemetry)),
he is the one deserving of all the praise!