[Webkit-unassigned] [Bug 52697] Frame accurate seeking isn't always accurate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 19 22:50:25 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=52697





--- Comment #11 from Jer Noble <jer.noble at apple.com>  2011-01-19 22:50:25 PST ---
(In reply to comment #10)
> I have build Webkit with the patch and it now correctly displays frame 00:00:00:13.
> But after some testing I got the timecode at 00:00:20:13 burned in, but calculated = 00:00:20:14
> 
> video.currentTime = 20.559600830078125 at this point

Technically, that's correct.  20.5596s works 513.99s at a 25fps rate.  That time is within the 513rd frame's duration, so the video should be displaying 00:20:13.  You likely have a bug in your secondsToTimecode function.

> when set in Chromium video.currentTime to 20.559600830078125 it correctly seeks to 00:00:20:14

That's a bug in Chromium then.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list