html5 video tag subtitles srt won't work -
i'd use captions mp4 video downloaded youtube. used googlesrt2 create .srt file youtube link. html using:
<video controls="controls" height="480" width="640"> <source type="video/mp4" src="video1.mp4" /> <track kind="captions" src="output1.srt" srclang="en"> </video>
ironically, works in browsers sans actual captions, except ie doesn't work @ (i thought ie native mp4!). i'm rather frustrated , not sure how fix this. appreciated.
Comments
Post a Comment