When you record long videos on GoPro, the videos get split into 4GB chunks.
https://community.gopro.com/s/article/GoPro-Camera-File-Naming-Convention?language=en_US
etc etc etc
bash
$ cargo install gopro-chaptered-video-assembler
```bash $ gopro-chaptered-video-assembler -h ╔═══════════════════════════════════════╗ ║ gopro-chaptered-video-assembler 0.1.0 ║ ╚═══════════════════════════════════════╝ Assembles all chaptered GoPro video files in a directory into 'complete' files. Written by: Aaron Lichtman Source: https://github.com/alichtman/gopro-chaptered-video-assembler
Usage: gopro-chaptered-video-assembler [OPTIONS]
Options:
-i, --input-dir
```