-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[add]: add index.md for web/glossary/webvtt
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: 웹 비디오 텍스트 트랙 (Web Video Text Tracks, WebVTT) | ||
slug: Glossary/WebVTT | ||
l10n: | ||
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
웹 비디오 텍스트 트랙 (Web Video Text Tracks, WebVTT)은 HTML {{HTMLElement("track")}} 요소와 결합하여 텍스트 트랙 리소스를 표시하는 파일 형식에 대한 {{Glossary("W3C")}} 명세서입니다. | ||
|
||
WebVTT 파일은 비디오 콘텐츠의 캡션이나 자막, 텍스트 비디오 설명, 콘텐츠 탐색을 위한 단락 등과 같은 오디오 또는 비디오 콘텐츠와 시간에 맞춰 정렬된 메타데이터를 제공합니다. | ||
|
||
## 같이 보기 | ||
|
||
- 위키백과의 [WebVTT](https://en.wikipedia.org/wiki/WebVTT) | ||
- MDN의 [WebVTT](/ko/docs/Web/API/WebVTT_API) | ||
- [명세서](https://www.w3.org/TR/webvtt1/) |