Re: [media-and-entertainment] Frame accurate seeking of HTML5 MediaElement

@mfoltzgoogle Instead of a "frame counter", which is video-centric, I would consider adding a combination of `timelineOffset` and `timelineRate`, with `timelineOffset` being an integer and `timelineRate` a rational, i.e. two integers. The absolute offset (in seconds) is then given by `timelineOffset` divided by `timelineRate`. If `timelineRate` is set to the frame rate, then `timelineOffset` is equal to an offset in # of frames. This can be adapted to other kinds of essence that do not have "frames".

-- 
GitHub Notification of comment by palemieux
Please view or discuss this issue at https://github.com/w3c/media-and-entertainment/issues/4#issuecomment-397476665 using your GitHub account

Received on Friday, 15 June 2018 00:21:15 UTC