"HTML5 비디오 자막 track 태그"의 두 판 사이의 차이

잔글 (로봇: 자동으로 텍스트 교체 (-http://jmnote.com/html5/ +http://zetawiki.com/ex/html5/))
13번째 줄: 13번째 줄:
*예제: http://zetawiki.com/ex/html5/video-track.php
*예제: http://zetawiki.com/ex/html5/video-track.php


==vtt 파일==
;wildlife-en.srt 파일
<source lang='text'>
WEBVTT FILE


1
00:00:00.000 --> 00:00:05.000
Windows Video Sample


2
00:00:10.000 --> 00:00:30.000
"Wilelife!"
</source>
;wildlife-ko.srt 파일
<source lang='text'>
WEBVTT FILE
WEBVTT FILE



2015년 12월 20일 (일) 01:40 판

HTML5 비디오 track 태그
HTML5 비디오 자막넣기

1 예시

<video width="640" height="360" controls>
  <source src='https://archive.org/download/Wildlife_201302/Wildlife.ogv' type='video/ogg' />
  <track src="http://zetawiki.com/ex/html5/wildlife-en.vtt" kind="subtitles" srclang="en" label="English">
  <track src="http://zetawiki.com/ex/html5/wildlife-ko.vtt" kind="subtitles" srclang="ko" label="Korean">
</video>


WEBVTT FILE

1 00:00:00.000 --> 00:00:05.000 윈도우 비디오 샘플

2 00:00:10.000 --> 00:00:30.000 "야생!" </source>

2 같이 보기

3 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}