[whatwg] HTML5 video: frame accuracy / SMPTE
Philip Jägenstedt
philipj at opera.com
Wed Jan 12 00:42:16 PST 2011
On Wed, 12 Jan 2011 09:16:59 +0100, Glenn Maynard <glenn at zewt.org> wrote:
> On Wed, Jan 12, 2011 at 2:49 AM, Philip Jägenstedt <philipj at opera.com>
> wrote:
>> (Also, it might be useful to be able to chose whether seeking should be
>> fast
>> or exact, as frame-accurate seeking is hardly necessary in most normal
>> playback situations.)
>
> In an audio engine I worked on I had a seek hint like that, to
> indicate whether the priority was accuracy or speed. It matters even
> more with video: when seeking with a seek bar, you may want to snap to
> keyframes, whereas bookmarks, "jump to chapter" features, etc. will
> often want to jump precisely. A fast seek option would be
> particularly useful for files with infrequent keyframes.
>
For the record, this is the solution I've been imagining:
* add HTMLMediaElement.seek(t, [exact]), where exact defaults to false if
missing
* make setting HTMLMediaElement.currentTime be a non-exact seek, as that
seems to be the most common case
--
Philip Jägenstedt
Core Developer
Opera Software
More information about the whatwg
mailing list