View Single Post
Old 04-05-2023, 12:08 PM   #3
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,755
Karma: 24032915
Join Date: Dec 2010
Device: Kindle PW2
You might find the old IDPF epub3 test file helpful.
They use the following code for a video with vtt subtitles:
Code:
<video controls="" width="278" height="240">
	<source src="../video/screencast.mp4" type="video/mp4"/>
	<source src="../video/screencast.webm" type="video/webm"/>
	<track kind="subtitles" src="../video/tracks/screencast.vtt" 
	srclang="en" label="English" default="default"/>
	If this text is rendered, the video element is not supported and the test fails.
</video>
Doitsu is offline   Reply With Quote