Questions tagged [webvtt]

WebVTT (Web Video Text Tracks) is a plain-text subtitle format designed for use with HTML5 video.

WebVTT (Web Video Text Tracks) is a plain-text subtitle format designed for use with HTML5 video. It was developed by the W3C and WHATWG and widely based on the SubRip file format.

References

183 questions
0
votes
1 answer

HTML5 Video with WebVTT Subtitle track: show part of line on delay

I'm trying to get this working in Chrome. I have a page playing a HTML5 video, with a webvtt file for my subtitles. I'm trying to get one line to show up about a second after another line.....but keep the first line there. Then make them disappear…
Sean Holmesby
  • 2,135
  • 3
  • 23
  • 34
-1
votes
1 answer

How to calculate "X-TIMESTAMP-MAP=LOCAL:00:00:00.000,MPEGTS:XXXXXX" MPEGTS value in WebVtt file?

I'm using hls to stream a video while using in safari the subtitle's are not in a sync so added the time stamp map but not able to get the MPEGTS value for the web vtt file How to calculate MPEGTS Value
-1
votes
3 answers

Web VTT captions in Azure blob not working even after enabling CORS

I'm looking to have a .vtt caption file play with a mp4 video per http://attendedstorage.com/videotest2.html However, the .vtt whether hosted s an Azure blob is not being seen. I've tested in Chrome and IE10. I did set "content-type: txt/vtt". This…
Julie S.
  • 127
  • 3
  • 18
1 2 3
12
13