web-legacy/video.html

69 lines
2.9 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>M-Labs &raquo; open tools for open physics</title>
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<div id="header">
<div id="headerinside">
<div id="logo"><a href="index.html"><img src="logo.png"></a></div>
<ul id="menu">
<li><a href="artiq/index.html">artiq</a></li>
<li><a href="solvespace/index.html">solvespace</a></li>
<li><a href="gateware.html">gateware</a></li>
<li><a class="selected" href="video.html">video</a></li>
<li><a href="about.html">about</a></li>
</ul>
</div>
</div>
<div id="container">
<div class="full">
<p>We used to work on two video platforms: the <a href="m1.html">Milkymist One</a> and the <a href="mixxeo.html">Mixxeo</a>. If you are interested in those devices, we recommend you check out <a href="https://hdmi2usb.tv/numato-opsis/">Numato Opsis</a> instead.</p>
</div>
<div class="pictures">
<div class="picture" style="width: 350px; float: left;">
<a href="mixxeo.html"><img src="mixxeo_render_small.jpg" class="picimg"></a>
<center><img src="mixxeo_logo_small.png"></center>
<p>The Mixxeo is the first open source digital video mixer. It will support mixing from two DVI or HDMI sources up to 720p60, with crossfade, fade to black and other effects with a latency of less than two frames.</p>
<p><ul>
<li><a href="mixxeo.html">More...</a></li>
</ul></p>
</div>
<div class="picture" style="width: 350px; float: right;">
<a href="m1.html"><img src="m1.jpg" class="picimg"></a>
<h3>Milkymist One</h3>
<p>Milkymist One is a digital video synthesizer released in 2011. It produces real-time visual effects similar to those of MilkDrop, with the extra possibility to use a camera or other video sources as inputs.</p>
<p>It is based on a custom open source Verilog system-on-chip design that contains the LM32 soft CPU with many custom peripherals such as a SDRAM controller that <a href="jpl_letter.jpg">went into space</a>, a VLIW floating-point coprocessor and a 2D texture mapping accelerator.</p>
<p><ul><li><a href="m1.html">More...</a></li></ul></p>
</div>
</div>
</div>
<div id="footer">
<div id="footerinside">
<table width="100%"><tr>
<td><p><img src="logo_small.png"><br /><br />Open tools for open physics</p></td>
<td><p><b>M-Labs Limited</b><br />Workshop 15B 6/F Block B1<br />17 Ko Fai Road, Yau Tong<br />Hong Kong<br />+852-59362721</p></td>
<td><a href="https://webchat.freenode.net/?channels=m-labs">Freenode #m-labs</a><br />
GitHub: <a href="https://github.com/m-labs">m-labs</a><br />
Twitter: @<a href="http://twitter.com/M_Labs_Ltd">M_Labs_Ltd</a><br />
</td>
</tr></table>
</div>
</div>
</body>
</html>