[whatwg] HTML5 video: frame accuracy / SMPTE

I'm really happy to see that Chromium has landed a fix for frame-accurate
seeking, making SMPTE timecode compliant operations with HTML5 video
possible.
The fix for Firefox is underway (
https://bugzilla.mozilla.org/show_bug.cgi?id=626273 ) and I have filed bugs
at both Webkit/Safari ( https://bugs.webkit.org/show_bug.cgi?id=52697) and
Microsoft Internet Explorer 9 (
https://connect.microsoft.com/IE/feedback/details/636755 )

BTW I tried with Opera 11, but it would only allow me to seek to full
seconds, not frames?

-Rob


On Thu, Jan 13, 2011 at 7:45 AM, Philip J?genstedt <philipj at opera.com>wrote:

> On Thu, 13 Jan 2011 01:03:03 +0100, Aryeh Gregor <Simetrical+w3c at gmail.com<Simetrical%2Bw3c at gmail.com>>
> wrote:
>
>  On Wed, Jan 12, 2011 at 3:42 AM, Philip J?genstedt <philipj at opera.com>
>> wrote:
>>
>>> * add HTMLMediaElement.seek(t, [exact]), where exact defaults to false if
>>> missing
>>>
>>
>> Boolean parameters are evil, since it's impossible to guess what they
>> do from reading the code.  Make it a two-value enum instead.  The
>> second argument could be extended to a bitfield later if desired, too.
>>
>
> WFM
>
>
> --
> Philip J?genstedt
> Core Developer
> Opera Software
>

Received on Tuesday, 18 January 2011 20:01:14 UTC