Popcorn.js 可以用来为 YouTube 视频添加字幕吗?

发布于 2024-12-10 09:50:52 字数 135 浏览 0 评论 0原文

假设我们在网页上嵌入了 YouTube 视频。

在视频播放器下方,我们可以使用 Popcorn.js 这样的媒体框架显示与视频同步的字幕吗?

Let's say we embed a YouTube video on a web page.

Underneath the video player, could we display subtitles synched to the video using a media framework like Popcorn.js?

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

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

发布评论

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

评论(3

空城仅有旧梦在 2024-12-17 09:50:53

如果您在嵌入 YouTube 视频时选择 HTML5 版本,并且实际上在 HTML5 浏览器中播放该视频,则它只是一个 video 标记,因此您可以使用 Popcorn.js。当它是Flash时,我不确定您是否可以进入该Flash并了解进度并收听事件。

If you choose the HTML5 version when embedding the YouTube video and if it's actually being played within an HTML5 browser, it's just a video tag so you can use Popcorn.js. When it's a Flash, I'm not sure if you can get into that Flash and know the progress and listen to the events.

明月松间行 2024-12-17 09:50:53

如果您使用 YouTube JavaScript 播放器 API,则可以使用 player.getCurrentTime() 找出要显示的字幕行。

话又说回来,YouTube 一开始就已经支持字幕了。

If you use the YouTube JavaScript Player API, you can use player.getCurrentTime() to find out which line of subtitling to show.

Then again, YouTube already supports subtitles to begin with.

余生再见 2024-12-17 09:50:52

有趣的是你提到了 Popcorn.js,因为 Popcorn 确实支持 Youtube。

http://popcornjs.org/popcorn-with-youtube

但是,该文档已过时。

现在是:

“var example = Popcorn.youtube(”

有新文档正在路上。

Interesting you mentioned Popcorn.js, because Popcorn does support Youtube.

http://popcornjs.org/popcorn-with-youtube

Buuut, that documentation is out of date.

It is now:

"var example = Popcorn.youtube("

There are new docs on their way.

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