Hello again,

I have a couple of other thoughts and questions. First, 
here is how I have recording setup in my conf file:

VCR_CMD = ('/usr/local/bin/mencoder ' +    # Change. Absolute path to the runtime
           '-tv on:driver=%s:input=%d' % (TV_DRIVER, TV_INPUT) +
           ':norm=%s' % CONF.tv +
           ':channel=%(channel)s' +        # Filled in by Freevo
           ':chanlist=%s' % CONF.chanlist +
           ':width=320:height=240' +       # Change if needed
           ':outfmt=yv12' +                # Prob. ok, yuy2 might be faster
           ':device=/dev/video0' +
           ':adevice=/dev/dsp' +
           ':audiorate=44100' +            # 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

============

Yet, when I look at the record log, I get the 
following:
2003/11/15 22:04 EST [*RecordServer*] Recorder::Record: /usr/bin/mencoder -tv 
on:driver=v4l:input=0:norm=NTSC:channel=38:chanlist=us-cable:width=320:height=240:outfmt=yv12:device=/dev/video0:adevice=/dev/dsp4:audiorate=44100:forceaudio:forcechan=1:buffersize=64
 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1200:keyint=30 -oac mp3lame -lameopts 
br=128:cbr:mode=3 -ffourcc divx -endpos 3349 -o 
testfiles/Movies/Recorded/11-15_22:00_Justice_League_-_The_Terror_Beyond.avi
2003/11/15 22:04 EST [*RecordServer*] Record_Thread::run: mode=record
2003/11/15 22:04 EST [*RecordServer*] Record_Thread::run: cmd=/usr/bin/mencoder -tv 
on:driver=v4l:input=0:norm=NTSC:channel=38:chanlist=us-cable:width=320:height=240:outfmt=yv12:device=/dev/video0:adevice=/dev/dsp4:audiorate=44100:forceaudio:forcechan=1:buffersize=64
 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1200:keyint=30 -oac mp3lame -lameopts 
br=128:cbr:mode=3 -ffourcc divx -endpos 3349 -o 
testfiles/Movies/Recorded/11-15_22:00_Justice_League_-_The_Terror_Beyond.avi


Why is the audio device not what I set up?

Thanks again,
Mike





-------------------------------------------------------
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to