Hi,
I am using a python script to convert video annotations from an excel sheet into a .kva file which I then share with other coaches and players. They import the .kva file and they see the color coded text and timestamps in Kinovea.
My issue is that when I calculate TimeStamp for each KeyFrame in .kva file I need to use AverageTimeStampsPerFrame, FrameRate and actual time in seconds. I can get FrameRate programatically but AverageTimeStampsPerFrame varies for each video file I use.
Is there a way to know how it's being calculated so I could fully automate my workflow?
I've looked at .json file but that file doesn't support the Labels, Text and Color.
Appreciate any help!