HTML5 视频播放器,仅循环特定帧

发布于 2024-09-17 21:49:13 字数 352 浏览 6 评论 0原文

我希望使用 html5 视频播放器播放和循环播放视频的某些部分。我希望音频播放器有类似 loopstartloopend 属性,但尚未找到说明该属性可用于视频的文档。

我想做的一个例子:

  1. 当页面加载时,src 视频会播放视频的前 5 秒
  2. ,视频将循环播放视频的第 6、7 和 8 秒...
  3. 直到出现链接单击下方的播放器,此时将播放第 9-12 秒。

这是html5播放器可以做到的吗?我想尝试在不借助 Flash 播放器的情况下做到这一点。

如果 html5 视频无法做到这一点,是否可以使用画布解决方案?

I am looking to play and loop only certain parts of a video with the html5 video player. I am hoping for something like loopstart and loopend attributes for the audio player, but have not found documentation that states that this is available for video.

An example of what I would like to do:

  1. when the page loads, the src video plays for the first 5 seconds of the video
  2. at that point, the video will loop seconds 6, 7 and 8 of the video...
  3. until a link below the player is clicked, at which point seconds 9-12 will play.

Is this something that can be done with the html5 player? I would like to try to do this without resorting to a flash player.

If this is not possible with the html5 video, would a canvas solution be possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

零時差 2024-09-24 21:49:13

对于任何关心的人,我已经找到了解决方案。 JME 播放器 是一个非常漂亮的播放器,有很多花里胡哨的功能,包括 .currentTime()

For anyone who cares, I have found a solution. The JME player is quite a fancy player with many bells and whistles, including .currentTime().

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文