Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to add subtitle file in a movie in html

<video id="video" controls preload="metadata">
   <source src="video/sintel-short.mp4" type="video/mp4">
   <source src="video/sintel-short.webm" type="video/webm">
   <track label="English" kind="subtitles" srclang="en" src="captions/vtt/sintel-en.vtt" default>
   <track label="Deutsch" kind="subtitles" srclang="de" src="captions/vtt/sintel-de.vtt">
   <track label="Español" kind="subtitles" srclang="es" src="captions/vtt/sintel-es.vtt">
</video>
Comment

PREVIOUS NEXT
Code Example
Html :: vue click escape key 
Html :: date month year dropdown html 
Html :: html space code 
Html :: html - blank space at left 
Html :: free landing page template html5 
Html :: html make text bold 
Html :: how to make auto focus textarea vuejs 
Html :: basic html boilerplate 
Html :: fix form refresh sites html 
Html :: remove padding in code 
Html :: onclick button how to import file upload using dialog in html 
Html :: game engine 
Html :: button in input tailwinds 
Html :: how to set timeout for a div tag in html 
Html :: how to make body full size 
Html :: large text class 
Html :: scroll to section href 
Html :: html autoplay loop many videos 
Html :: mailchimp form action 
Html :: how to do a line break in html 
Html :: horizontal line in table 
Html :: html ecrire en gras 
Html :: Spaces not showing as I typed HTML 
Html :: HTML-Whatsapp Spammer 
Html :: justify content align items 
Html :: input text hint 
Html :: react uncontrolled input initial value 
Html :: how to add public_html 
Html :: inline heading and input 
Html :: html to png node 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =