James Richardson

Results 108 comments of James Richardson

It is a bit complicated. You cannot treat the URI path as a single element and normalize it. You have consider each path part independently. For example: /article/doi/10.1002%2F0470841559.ch1 - is...

Not currently. There is probably a way to do it with ffmpeg somehow, but I don't know the incantation yet. Parsing the files in sequence would be straightforward, but getting...

I think I may have the ffmpeg solution for this now. https://github.com/time4tea/gopro-dashboard-overlay/blob/0cbce5f1184a074cf44125270c3c962fec730400/tests/test_ffmpeg.py#L162 So, next is to parse gopro data from multiple files and join it together.

Thanks for reporting this - very interesting. I'll take a look.

I have a theory about this: we use the STMP phrase within the gopro data stream to calculate the time offset from the start of the movie. When concatenating multiple...

Thinking about this a bit more.. not sure about the above comment any more!

I realise it might not be possible, but it would help a lot if you were able to give me the MP4 files that demonstrate this issue. Please send link...

Hiya, no sorry I didn't receive any files? If they are large it might be easier to use wetransfer or similar. Thanks!!

Got them. thanks! I'll take a look.

Thanks for the files. I'm not 100% sure they are files that demonstrate the problem you are having though. gopro-join will generate a single file from multiple files that are...