gpt4 book ai didi

javascript - 如何在 html5 native 视频播放器中添加延迟或偏移以同步 webvtt 字幕?

转载 作者:行者123 更新时间:2023-12-03 03:16:23 28 4
gpt4 key购买 nike

我的视频和 webvtt 字幕不同步。是否有 JavaScript 方法来管理 html5 原生播放器中的 webvtt 字幕同步/延迟/偏移?

我找到了这个库( https://github.com/florinn/vtt-shift ),但它重写了磁盘上的 webvtt 文件。我更喜欢采用客户端方式与视频重新同步。

<video>
<source class="videosource" src="{{media}}?play=true" type="video/mp4"/>
<track kind="subtitles" label="Default" src="{{subtitle}}" default>
</video>

最佳答案

最后我制作了一个库来实时更改字幕位置、样式和偏移量。

https://www.npmjs.com/package/vtt-live-edit

关于javascript - 如何在 html5 native 视频播放器中添加延迟或偏移以同步 webvtt 字幕?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46756484/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com