gopro-chaptered-video-assembler 0.5.3

Assembles all chaptered GoPro video files in a directory into 'complete' files.
1
2
3
4
5
6
7
8
9
10
# Testing

Testing for this thing is pretty janky at the moment.

```bash
$ ./tests/setup-test.sh
$ cargo run -- -i tests/working_test_data -o tests/output
```

You'll find output in `tests/output`