- From: Johannes Odland via GitHub <sysbot+gh@w3.org>
- Date: Thu, 30 Jan 2025 16:33:29 +0000
- To: public-css-archive@w3.org
> It's not so much about buffering, like in the example above, I think it's more about how you compress your video in terms of I, B, and P frames, so that when the browser seeks between frames it appears to be smooth. Perhaps if this was done internally the browser could also help there, instead of trying to blindly navigate between frames using `currentTime`. Yeah. Currently we compress videos specifically for scrubbing, but this increases the size of the videos. As you say, hopefully browsers can take the ‘video-timeline’ as a hint to process the video Internally specifically for scrubbing. This would allow us to sync «regular» videos to the scroll. -- GitHub Notification of comment by johannesodland Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11587#issuecomment-2624986325 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 30 January 2025 16:33:30 UTC