Hi again,

Sorry to be bothering everyone, but I am having a brand
new problem!

I am running 1.4rc1 and I am using the program itself,
not the web interface.

Apparently, freevo is not recognizing my local_conf.py 
file. I notice it was not an executable file, so I 
changed its permission to be readable and executable 
to all. Here is my record command:

VCR_CMD = ('/usr/bin/mencoder ' +    # Change. Absolute path to the runtime
            '-tv on:driver=v4l:input=0' +   # Input 0 = Comp. V. in
            ':norm=NTSC' +                  # Change
            ':channel=%(channel)s' +         # Filled in by Freevo
            ':chanlist=us-cable' +          # Change
            ':width=640:height=480' +       # Change if needed
            ':outfmt=yv12' +                # Prob. ok, yuy2 might be faster
            ':device=/dev/video0' +         # CHANGE!
            ':alsa:forceaudio:forcechan=2:amode=1' +
#           ':adevice=/dev/dsp' +          # CHANGE!
            ':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


Here is what pops up in the record log:

2003/11/16 19:58 EST [*RecordServer*] Record_Thread::run: mode=record
2003/11/16 19:58 EST [*RecordServer*] Record_Thread::run: cmd=/usr/bin/mencoder -tv 
on:driver=v4l:input=0:norm=NTSC:channel=8: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 100 -o 
testfiles/Movies/Recorded/11-16_19:30_King_of_the_Hill_-_New_Cowboy_on_the_Block.avi
2003/11/16 19:58 EST [*RecordServer*] Record_Thread::run: past wait()!!
2003/11/16 19:58 EST [*RecordServer*] Record_Thread::run: mode=idle

Notice that it is not using the values from my
local_conf file. Why?

I noticed I get the same style of log entried when I
use the web interface.

Why is this happening?

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