
Author: ods15 Date: Thu May 31 15:28:48 2007 New Revision: 491 Log: Add a homepage directory to SVN, with initial perliminary index.html Added: homepage/ homepage/index.html Added: homepage/index.html ============================================================================== --- (empty file) +++ homepage/index.html Thu May 31 15:28:48 2007 @@ -0,0 +1,61 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> + +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <title>NUT Open Container Format</title> +</head> + +<body> + +<center> +<h1>NUT Open Container Format</h1> +<i><font size=-1>Seeking new logo</font></i> +</center> +<hr> + + +<center> + [<a href=index.html>Main Page and News</a>] + [<a href="http://svn.mplayerhq.hu/mplayer/trunk/DOCS/tech/nut.txt?view=co">Specification</a>] + [<a href=download.html>Download and SVN</a>] + [<a href=documentation.html>Documentation</a>] + [<a href="http://lists.mplayerhq.hu/mailman/listinfo/nut-devel">Mailing List</a>] +</center> +<br> + + +<h2>News</h2> + +<strong>(Febuary 24, 2007)</strong> This page was written! + +<h2>Project Description</h2> + +<p> +<b>NUT</b> is a patent-free, multimedia container format originally +conceived by a few MPlayer and FFmpeg developers that were dissatisfied +with the limitations of all currently available multimedia container +formats such as AVI, Ogg or Matroska. It aims to be simple, flexible, +extensible, compact and error resistant (resilience to errors), thus +addressing most if not all of the shortcomings present in alternative +formats, like excessive CPU and size overhead, file size limit, inability +to allow fine grained seeking or restrictions on the type of data they can +contain. +</p> + +<p> +<b>libnut</b> is a free library for creating and demuxing NUT files. It +supports frame accurate seeking for active streams, recovery from errors +and dynamic index generation during playback. +</p> + +<center> + [<a href=index.html>Main Page and News</a>] + [<a href="http://svn.mplayerhq.hu/mplayer/trunk/DOCS/tech/nut.txt?view=co">Specification</a>] + [<a href=download.html>Download and SVN</a>] + [<a href=documentation.html>Documentation</a>] + [<a href="http://lists.mplayerhq.hu/mailman/listinfo/nut-devel">Mailing List</a>] +</center> +<br> + +</body></html>