diff options
Diffstat (limited to 'files/es/glossary/webvtt')
-rw-r--r-- | files/es/glossary/webvtt/index.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/files/es/glossary/webvtt/index.html b/files/es/glossary/webvtt/index.html new file mode 100644 index 0000000000..60cc60da0d --- /dev/null +++ b/files/es/glossary/webvtt/index.html @@ -0,0 +1,29 @@ +--- +title: WebVTT +slug: Glossary/WebVTT +tags: + - Audio + - Glosario + - Video + - Web + - WebVTT +translation_of: Glossary/WebVTT +--- +<p>WebVTT (Pistas de Texto para Videos Wev) es una especificación del {{Glossary("W3C")}} para un formato de archivo para crear pistas de texto en combinación con el elemento HTML {{HTMLElement("track")}}.</p> + +<p>WebVTT files provide metadata that is time-aligned with audio or video content like captions or subtitles for video content, text video descriptions, chapters for content navigation, and more.</p> + +<h2 id="Para_saber_más">Para saber más</h2> + +<h3 id="Conocimiento_general">Conocimiento general</h3> + +<ul> + <li>{{Interwiki("wikipedia", "WebVTT")}} en Wikipedia</li> +</ul> + +<h3 id="Referencia_técnica">Referencia técnica</h3> + +<ul> + <li><a href="/en-US/docs/Web/API/Web_Video_Text_Tracks_Format">WebVTT</a> en MDN</li> + <li><a href="https://www.w3.org/TR/webvtt1/">Especificación</a></li> +</ul> |