Mikael Finstad

Results 1498 comments of Mikael Finstad

Is there any software (preferrably javascript) that can convert other formats into GPX? Like DJI subtitle, Gopro GPS meta, iPhone MOV gps, etc (embedded into video files as a separate...

that project seems to parse Google maps URLs into coordinates

Oh actually I think exiftool can extract GPS from most files: https://www.youtube.com/watch?v=Uje5si23lBk I tested it on an iPhone video and it is able to extract gps locations + timestamps! ```bash...

i could add it but i'm not sure if the format of the data in a '\x10DJI.Meta' stream is the same as for '\u0010DJI.Subtitle'?

maybe you can run this command on your file and share the result: (replace `STREAM_INDEX` with the index of the subtitle stream, e.g. 0, 1 or 2 etc) ``` ffmpeg...

ok thanks.it seems that your drone has an additional field DZOOM which mine does not. i'll add support for it

> So, the main and primary issue for my case is when i am using the scene detector and let's say it creates 10000 segments, and the tool fails to...

closing due to lack of response

this seems to be how ffmpeg works, unfortunately I haven't found out exactly how/why it works like this, but there has been attempts and discussions. see https://github.com/mifi/lossless-cut/blob/master/issues.md#cutting-times-are-not-accurate

are you sure that DS9_9127 has a timecode? can you more technical info about the file?