Add support for videos using ffmpeg for transcoding to webm format and HTML5 video tag.

This commit is contained in:
Jerome Charaoui
2013-12-20 22:40:25 -05:00
parent 9c8beb0cc5
commit 6f482f8f78
5 changed files with 194 additions and 51 deletions

View File

@ -21,6 +21,11 @@
<div id="metadata"></div>
</div>
</div>
<div id="video-box">
<div id="video-box-inner">
<video id="video" controls></video>
</div>
</div>
<a id="back">&lsaquo;</a>
<a id="next">&rsaquo;</a>