Update of /cvsroot/freevo/website
In directory sc8-pr-cvs1:/tmp/cvs-serv20207

Modified Files:
        content_install.html gensite.py template_main.html 
Added Files:
        content_hardware.html 
Log Message:
Moved Hardware information onto a seperate page, and added a link to the
PVR hardware database: http://pvrhw.goldfish.org


--- NEW FILE: content_hardware.html ---
<h2><a name="Hardware">Hardware</h2>

<h4>System Requirements</h4>

A 400 MHz class CPU is sufficient for a low-end system to play music, 
movies and watch TV. 

<h4>Graphics Board</h4>

Almost any graphics board can be used. Freevo uses 
<a href="http://www.libsdl.org";>SDL</a> which supports X11, FB, etc.

<h4>Video Capture and Compression</h4>

Any Video4Linux1/2 compatible board, which includes the popular 
Hauppage WinTV boards. There is also support for recording via the 
Hauppauage PVR cards, provided they are based on the <a 
href="http://ivtv.sourceforge.net/";>ivtv</A>-chipset.
<br/>
VCD-quality video compression can be in software via mp1e even on a Celeron 400, but 
higher quality compression
like MPEG-2 or Divx/Xvid require a more powerful machine.


<h4>Soundcard</h4>

Any OSS or ALSA compatible board. It helps if it can support 
the sample-rates that will be used for movies and music. DVDs for instance
use 48 KHz which some older soundcards do not support.

Depending on your card, digital AC3 output is supported by Freevo.

<h4>Remote Control (Optional)</h4>

A remote is not necessary if the keyboard can be used instead. 

It is pretty easy to build an RS232 infra-red 
<a href="images/ir_receiver.jpg">receiver board</a> for your remote control. It works
with <a href="http://www.lirc.org";>lirc</a>, where you can also find
the <a href="http://www.lirc.org/receivers.html";>schematics</a>. 

It works with most remotes.

<p>

Some <a href="http://www.hauppage.com";>WinTV</a> boards have builtin IR
receivers for the bundled remote. It should also work with 
<a href="http://www.lirc.org";>lirc</a>.

<p>

If you don't want to build a receiver yourself, you can buy one for $35

<h2><a name="Configurations">Configurations</h2>
<p>
An industrious person has setup a hardware database where people can show
configurations of hardware that they have used with PVR software running
on Linux. 
</p><p>
To see the database configurations for Freevo users, <a 
href="http://pvrhw.goldfish.org/tiki-pvrhwdb.php?find=freevo&search=find&sort_mode=lmodified_desc";>click
 here</a>
</p>


Index: content_install.html
===================================================================
RCS file: /cvsroot/freevo/website/content_install.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** content_install.html        30 May 2003 05:03:58 -0000      1.8
--- content_install.html        5 Jun 2003 19:19:08 -0000       1.9
***************
*** 93,153 ****
  fetch all the dependencies you'll require to run Freevo.
  </ul>
- <h2><a name="Hardware">Hardware</h2>
- 
- <h4>System Requirements</h4>
- 
- A 400 MHz class CPU is sufficient for a low-end system to play music, 
- movies and watch TV. 
- 
- <h4>Graphics Board</h4>
- 
- Almost any graphics board can be used. Freevo uses 
- <a href="http://www.libsdl.org";>SDL</a> which supports X11, FB, etc.
- 
- <h4>Video Capture and Compression</h4>
- 
- Any Video4Linux1/2 compatible board, which includes the popular 
- Hauppage WinTV boards. There is also support for recording via the 
- Hauppauage PVR cards, provided they are based on the <a 
href="http://ivtv.sourceforge.net/";>ivtv</A>-chipset.
- <br/>
- VCD-quality video compression can be in software via mp1e even on a Celeron 400, but 
higher quality compression
- like MPEG-2 or Divx/Xvid require a more powerful machine.
- 
- 
- <h4>Soundcard</h4>
- 
- Any OSS or ALSA compatible board. It helps if it can support 
- the sample-rates that will be used for movies and music. DVDs for instance
- use 48 KHz which some older soundcards do not support.
- 
- Depending on your card, digital AC3 output is supported by Freevo.
- 
- <h4>Remote Control (Optional)</h4>
- 
- A remote is not necessary if the keyboard can be used instead. 
- 
- It is pretty easy to build an RS232 infra-red 
- <a href="images/ir_receiver.jpg">receiver board</a> for your remote control. It works
- with <a href="http://www.lirc.org";>lirc</a>, where you can also find
- the <a href="http://www.lirc.org/receivers.html";>schematics</a>. 
- 
- It works with most remotes.
- 
- <p>
- 
- Some <a href="http://www.hauppage.com";>WinTV</a> boards have builtin IR
- receivers for the bundled remote. It should also work with 
- <a href="http://www.lirc.org";>lirc</a>.
- 
- <p>
- 
- If you don't want to build a receiver yourself, you can buy one for $35
- from <a href="http://www.evation.com/irman/";>Evation</a>. Another
- company that sells good IR receivers is 
- <a href="http://www.zapway.de/e_index1.htm";>Zapway</a> 
- (in Germany, ships internationally), that has one for $17.50.
- 
- <h4>Other control methods</h4>
- 
- Keyboards and joysticks can be used with Freevo for control as long as they are 
supported
- by the Linux kernel.
--- 93,94 ----

Index: gensite.py
===================================================================
RCS file: /cvsroot/freevo/website/gensite.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** gensite.py  30 May 2003 00:13:51 -0000      1.4
--- gensite.py  5 Jun 2003 19:19:08 -0000       1.5
***************
*** 12,15 ****
--- 12,19 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.5  2003/06/05 19:19:08  outlyer
+ # Moved Hardware information onto a seperate page, and added a link to the
+ # PVR hardware database: http://pvrhw.goldfish.org
+ #
  # Revision 1.4  2003/05/30 00:13:51  outlyer
  # Lots of changes for the new web layouts. Expect more commits...
***************
*** 90,93 ****
--- 94,100 ----
                ['install.html', 'Freevo Download and Installation',
                 getfiles('content_install.html'), tgif % 'install'],
+ 
+               ['hardware.html','Freevo Hardware Information',
+                getfiles('content_hardware.html'), tgif % 'hardware'],
                
                ['developers.html', 'Freevo Development',

Index: template_main.html
===================================================================
RCS file: /cvsroot/freevo/website/template_main.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** template_main.html  30 May 2003 00:13:51 -0000      1.4
--- template_main.html  5 Jun 2003 19:19:08 -0000       1.5
***************
*** 50,54 ****
               <a href="install.html#Installation">Installation</a><br>
               <a href="/cgi-bin/moin.cgi/DocumentationPage">Documentation</a><br>
!              <a href="install.html#Hardware">Hardware</a><br>
               <a href="http://sourceforge.net/mail/?group_id=46652";>Mailing 
Lists</a><br>
               <a href="/cgi-bin/moin.cgi">Wiki</a><br>
--- 50,54 ----
               <a href="install.html#Installation">Installation</a><br>
               <a href="/cgi-bin/moin.cgi/DocumentationPage">Documentation</a><br>
!              <a href="hardware.html">Hardware</a><br>
               <a href="http://sourceforge.net/mail/?group_id=46652";>Mailing 
Lists</a><br>
               <a href="/cgi-bin/moin.cgi">Wiki</a><br>




-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to