[클로즈 캡션 샘플] 시각장애인 정보검색대회 영상
스트리밍되는 동영상의 자막을 스크린리더 사용자들도 읽을 수 있도록 제작해봤던 샘플 영상입니다.
당시(2004년)에는 Windows Media가 대세였기에 WMV로 제작되었습니다.
동영상에 삽입되어 있는 텍스트 자막(WMClosedCaption Command)이 윈도우 미디어 플레이어 외부의
지정된 영역에 실시간으로 표시되어 스크린리더 사용자들도 자막을 읽으 수 있습니다.
클로즈 캡션 소스 코드
<OBJECT ID="MediaPlayer1" width="320" height="302"
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase=
"http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft® Windows® Media Player components..."
type="application/x-oleobject">
<PARAM NAME="FileName" VALUE="mms://abc.com/sample.wmv">
<PARAM NAME="ShowStatusBar" VALUE="True">
<PARAM NAME="CaptioningID" VALUE="CC">
<PARAM NAME="ShowPositionControls" VALUE="True">
<EMBED type="application/x-mplayer2"
pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
src="mms://abc.com/sample.wmv"
name="MediaPlayer1"
width="320"
height="302"
ShowStatusBar="True"
ShowPositionControls="True"
CaptioningID="CC">
</EMBED>
</OBJECT>
<DIV id=CC title="Caption Window" style="margin:0; width:320; height:40; background:#cccccc; inset silver;">
</DIV>