Hi,
I need to extract the current time (or position) from a video using http request with json.
- I can use the property "time", that woks well, but its not accurate enough. I would like frames, or milliseconds.
- I have seen another property "position" that shows a very big decimal number, and I suppose its also "time", or the real position in the video.
But I cant find the relationship between "position" and "time".
For example, I have "time":399, and "position":0.23910315334797,
Any help will be appreciated
Regards:
Migue