diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
commit | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch) | |
tree | 0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/glossary/webvtt | |
parent | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff) | |
download | translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2 translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip |
initial commit
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> |