My DJI drone produces .mp4 video with embedded subtitles. (not hardcoded)
The subtitles contain (among other data) GPS coordinates.
I would like to extract the coordinates and forward them to Google maps or similar application.
So, I started coding in VB6 (yes I know..) with the VLC ActiveX component.
It works now (kind of...)
I can open and play the file in my little VB6 program.
The subtitles are visible on screen, but I would like to access the current subtitle as a string.
Any hints on if this is at all possible..?
Tia /Johan S