Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/willprice/gopro-utils
- Owner: willprice
- License: mit
- Created: 2020-11-05T12:50:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T12:59:13.000Z (over 3 years ago)
- Last Synced: 2024-08-10T04:59:00.521Z (3 months ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!