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

------------------------------------------------------------------------------
@@ -23,7 +23,30 @@
 
 Or to change the VCR_CMD to include a 'soundonscript ;' + at thefront of the command 
and a '; soundoffscript' at the end.
 
-(show example.)
+{{{
+VCR_CMD = ('/usr/share/freevo/unmute 50; '+
+            CONF.mencoder + ' ' +
+           'tv:// ' +                      # New mplayer requires this.
+           '-tv driver=%s:input=%d' % (TV_DRIVER, TV_INPUT) +
+           ':norm=%s' % CONF.tv +
+           ':channel=%(channel)s' +        # Filled in by Freevo
+           ':chanlist=%s' % CONF.chanlist +
+           ':width=%d:height=%d' % (TV_REC_SIZE[0], TV_REC_SIZE[1]) +
+           ':outfmt=%s' % TV_REC_OUTFMT +
+           ':device=%s' % TV_DEVICE +
+            VCR_AUDIO +                    # set above
+           ' -ovc lavc -lavcopts ' +       # Mencoder lavcodec video codec
+           'vcodec=mpeg4' +                # lavcodec mpeg-4
+           ':vbitrate=2000:' +             # Change lower/higher, bitrate
+           'keyint=30 ' +                  # Keyframe every 10 secs, change?
+           '-oac mp3lame -lameopts ' +     # Use Lame for MP3 encoding, must be 
enabled in mencoder!
+           'br=128:cbr:mode=3 ' +          # MP3 const. bitrate, 128 kbit/s
+           '-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;')
+
+}}}
 
 '''IVTV setup:'''
 


-------------------------------------------------------
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