video
Version:
A C++ module for node.js that creates Theora/Ogg videos from RGB frames.
22 lines (20 loc) • 423 B
HTML
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Index-full-frames test</title>
</head>
<body>
<!--
<p>x264/mp4 video:</p>
<div>
<video src="video.mp4" id="video" width="720" height="400" controls>
</video>
</div>
-->
<p>theora video:</p>
<div>
<video src="video.ogv" id="video" width="720" height="400" controls>
</video>
</div>
</body>
</html>