New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gopro-telemetry-exporter

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gopro-telemetry-exporter

A cli tool to parse telemetry from the GPMF track in GoPro cameras (Hero5 and later).

  • 1.2.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-12.5%
Maintainers
1
Weekly downloads
 
Created
Source

GoPro Telemetry Exporter

A cli tool to export GoPro metadatas from video files.

Install

npm install -g gopro-telemetry-exporter

or just prefix command npx

Usage

gopro-telemetry-exporter --input GPX010001.MP4 --output GPX010001.gpx --GPS5Fix 3 --preset gpx --groupTimes 200

  • --input is the path of the GoPro video file
  • --output is the path to metadatas output file ( can be gpx, kml, geojson, csv, mgjson, virb, and other format that can be supported by GoPro Telemetry Presets)
  • All other options will be pass directly to GoPro Telemetry, you can check the list

Example CSV export of GPS5 stream

gopro-telemetry-exporter --input GPX010001.MP4 --output test.csv --GPS5Fix 3 --preset csv --groupTimes 200 --stream GPS5

TODO

  • Check all the presets
  • Implement progress

Keywords

FAQs

Package last updated on 23 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc