Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change 
notification.

The following page has been changed by 24.128.246.209:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/RecordingInfo

------------------------------------------------------------------------------
@@ -1,9 +1,9 @@
-'''Intro'''
+= Intro =
 
-There are three different types of Freevo Recording. Tv LineIn, Btuadio and ivtv. The 
first two depend on using the bttv module for your tv card. The third is for use only 
with the ivtv module for the wintv PVR type cards.
+There are three different types of Freevo Recording. Tv Line In, Btuadio and ivtv. 
The first two depend on using the bttv module for your tv card. The third is for use 
only with the ivtv module for the wintv PVR type cards.
 
 
-'''Btaudio:'''
+= Btaudio =
 
 This process using the sound from btaudio kernel module and the pictures from your 
bttv module. This is the preffered freevo setup for recording and the default settings 
in VCR_CMD reflect this.
 
@@ -13,7 +13,7 @@
 
 This is also the best setup for doing timeshifting, thus it is reccomended to really 
try hard to get this setup to work for you.
 
-'''TV LineIn:'''
+= TV Line In =
 
 This process using the line out sound from your tv card into the line in of your 
sound car for the sound and bttv for your pictures. This is a common bttv setup.
 
@@ -24,7 +24,7 @@
 Or to change the VCR_CMD to include a 'soundonscript ;' + at thefront of the command 
and a '; soundoffscript' at the end.
 
 {{{
-VCR_CMD = ('/usr/share/freevo/unmute 50; '+
+VCR_CMD = ('aumix -l 80 -l R; '+
             CONF.mencoder + ' ' +
            'tv:// ' +                      # New mplayer requires this.
            '-tv driver=%s:input=%d' % (TV_DRIVER, TV_INPUT) +
@@ -44,11 +44,11 @@
            '-ffourcc divx ' +              # Force 'divx' ident, better compat.
            '-endpos %(seconds)s ' +        # only mencoder uses this so do it here.
            '-o %(filename)s.avi ' +        # Filled in by Freevo
-           '; /usr/share/freevo/mute;')
+           '; aumix -l 0;')
 
 }}}
 
-'''IVTV setup:'''
+= IVTV setup =
 
 In order to use the ivtv recording plugin have the following in your local_conf.py:
 


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to