View Single Post
Old 04-05-2023, 01:21 PM   #9
differentj
Member
differentj began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Apr 2023
Device: Mac
Quote:
Originally Posted by Doitsu View Post
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>
This will be very helpful for all things EPUB and may help with KevinH's recommendation, thank you!
differentj is offline   Reply With Quote