Hi!
I encountered a weird issue with Cloud Vision.
When processing MP4 videos that were recorded on iPhone (Safari) with 5 fps, the endTimeOffset is incorrectly computed.
For example, processing a 5 seconds MP4 with a frame-rate of 5fps would yield the following start/end time:
"segment": {
"endTimeOffset": "0.834166s",
"startTimeOffset": "0s"
},
This is clearly incorrect.
Is this a known issue?
Is there a way to resolve this?
Thanks.