Christian L. Ebbesen

Results 2 comments of Christian L. Ebbesen

It looks like the start and stop times of annotations made by pressing 'w' is pulled here: ``` public void NewAnnoKey() { if (IsDiscreteOrFree) { double start = MainHandler.Time.TimeFromPixel(MainHandler.Time.CurrentSelectPosition); double...

I noticed that the new annotation is made by converting the pixel value of the green cursor into time, which is not stable when the video is played back. If...