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

------------------------------------------------------------------------------
@@ -36,27 +36,57 @@
 Or to change the VCR_CMD to include a 'soundonscript ;' + at thefront of the command 
and a '; soundoffscript' at the end.
 
 {{{
-VCR_CMD = ('aumix -l 80 -l R; '+
+
+#example for an older pre tv:// syntax mencoder
+VCR_CMD = ( 'aumix -l 80 -l R; '+
             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
-           '; aumix -l 0;')
+            '-tv on:driver=v4l:input=0' +   # Input 0 = TV, Input 1 = Comp. V. in
+            ':norm=%s' % CONF.tv +
+            ':channel=%(channel)s' +         # Filled in by Freevo
+            ':chanlist=us-cable' +          # Change
+            ':width=%d:height=%d' % (TV_REC_SIZE[0], TV_REC_SIZE[1]) +
+            ':outfmt=%s' % TV_REC_OUTFMT +
+            ':device=%s' % TV_DEVICE +
+            ':adevice=/dev/dsp' +           
+            ':audiorate=32000' +            # 44100 for better sound
+            ':forceaudio:forcechan=1:' +    # Forced mono for bug in my driver
+            'buffersize=64' +               # 64 Megabyte capture buffer, change?
+            ' -ovc lavc -lavcopts ' +       # Mencoder lavcodec video codec
+            'vcodec=mpeg4' +                # lavcodec mpeg-4
+            ':vbitrate=1200:' +             # Change lower/higher, bitrate
+            'keyint=30 ' +                  # Keyframe every 10 secs, change?
+            '-oac mp3lame -lameopts ' +     # Use Lame for MP3 encoding
+            '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
+            '; aumix -l 0;')
+
+# example of newer tv:// syntax mencoder
+VCR_CMD = ( 'aumix -l 80 -l R; '+
+            CONF.mencoder + ' ' +
+            'tv:// ' +                      # New mplayer requires this.
+            '-tv driver=v4l:input=0' +      # Input 0 = TV, Input 1 = Comp. V. in
+            ':norm=%s' % CONF.tv +
+            ':channel=%(channel)s' +        # Filled in by Freevo
+            ':chanlist=us-cable' +          # Change
+            ':width=%d:height=%d' % (TV_REC_SIZE[0], TV_REC_SIZE[1]) +
+            ':outfmt=%s' % TV_REC_OUTFMT +
+            ':device=%s' % TV_DEVICE +
+            ':adevice=/dev/dsp' +           
+            ':audiorate=32000' +            # 44100 for better sound
+            ':forceaudio:forcechan=1:' +    # Forced mono for bug in my driver
+            'buffersize=64' +               # 64 Megabyte capture buffer, change?
+            ' -ovc lavc -lavcopts ' +       # Mencoder lavcodec video codec
+            'vcodec=mpeg4' +                # lavcodec mpeg-4
+            ':vbitrate=1200:' +             # Change lower/higher, bitrate
+            'keyint=30 ' +                  # Keyframe every 10 secs, change?
+            '-oac mp3lame -lameopts ' +     # Use Lame for MP3 encoding
+            '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
+            '; aumix -l 0;')
 
 }}}
 


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