小编Cri*_*ana的帖子

如何在html视频中添加字幕?

我尝试使用该track元素,但没有用。.能否请您告诉我是否做错了什么?

<video controls="controls" id="video1" width="450">
    <source src="A taste of TED.mp4" type="video/mp4">
    <track src="TED.vtt" kind="subtitles" srclang="en" label="English">
 </video>
Run Code Online (Sandbox Code Playgroud)

字幕文件(TED.vtt)如下所示:

WEBVTT

1
00:00:01.000 --> 00:00:10.000
This is the first line of text, displaying from 1-10 seconds

2
00:00:15.000 --> 00:00:20.000
And the second line of text
separated over two lines
Run Code Online (Sandbox Code Playgroud)

subtitle html5-video

6
推荐指数
2
解决办法
1万
查看次数

标签 统计

html5-video ×1

subtitle ×1