如何在网页中显示flv文件的字幕?
我已经为 mp4 格式的视频创建了字幕,我想将其作为 FLV 文件放在网上。 是否可以将字幕与 flv 文件一起播放,而不将其集成到视频图像中,从而将其保留为 srt 格式?
I've created subtitles for a video in mp4 format, that i would like to put online, as an FLV file.
Is it possible to have the subtitles played along with the flv file without integrating them into the video images, so keeping them in srt format ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了一种方法,使用 JW flv 播放器:
s0.addVariable("captions","path/to/字幕.xml");
实时示例
I found a way, using JW flv player :
s0.addVariable("captions","path/to/subtitles.xml");
live example here