This repository holds scripts for managing GoPro video files recorded with a GoPro Hero 5 or later because the video file metadata contains the telemetry data.
I wrote a short article on how to use the scripts within this repository.
pip3 install -r requirements.txt
Input | Output |
---|---|
n # of video files | Files renamed inplace starting with "GH##" based on the date-modified parameter on the filesystem. |
Input | Output |
---|---|
n # of CSVs | A single CSV that has merged data of the input CSVs. |
Values such as Distance Travelled
will accumulate appropriately.
Input | Output |
---|---|
n # of .mp4 files |
A single file which consists of the merged input video and telemetry metadata. |