如何给视频添加字幕

发布于 2024-11-08 05:14:31 字数 1436 浏览 2 评论 0原文

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

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

发布评论

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

评论(3

无风消散 2024-11-15 05:14:31

嗯...当我想显示元数据信息时,我遇到了类似的问题。
我最终创建了一个视图覆盖并将元数据放在那里。
我认为我在文档中没有遇到任何其他方式。

但你将会遇到更多的麻烦。如果您有一个视频文件,您将必须检查视频中的特定点是否已到达,然后更新叠加层上显示的字符串......可能有点混乱。

等待更聪明的人提出更好的答案。 :)

Hmm... I had a similar problem when i wanted to display metadata information.
I ended up creating a view overlay and putting the metadata there.
I dont think i encountered any other way in the documentation.

You are going to have a lot more trouble though. If you have a video file, you are going to have to check if a particular point in the video had been reached, and then update the string being shown on the overlay.... Might be a little messy.

Stand by for the smarter ones to come up with a better answer. :)

情绪少女 2024-11-15 05:14:31

您在这里可以做的最好的事情就是添加一个覆盖视图,然后您就完成了,我不认为电影播放器​​类必须具有任何属性或方法来添加字幕,因此添加覆盖视图是最好的选择。

The best thing you can do here is add an overlay view and you will be done, i don't think that the movie player class must be having any property or method to add subtitles so adding an overlay view is the best option.

独夜无伴 2024-11-15 05:14:31

您可以尝试将字幕直接嵌入到视频中并播放。

You can try embedding subtitle directly to the video and play it.

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