Dear People,
I run out of ideas where to configure freevo to be able to record the scheduled channel and not the one I am actually viewing.
I always get
[*RecordServer*] ERROR: Unable to get frequency for channel xy
no matter where I put frequency information for my channels.
I tried different VCR_CMDs
also with the modifications described at
http://freevo.sourceforge.net/cgi-bin/moin.cgi/RecordingInfo
VCR_CMD = ( 'aumix -l 100 -l R -i 1; '+
'/usr/bin/mencoder ' +
'tv:// -tv ' +
'driver=v4l:device=/dev/video0' +
':input=0:norm=PAL:chanlist=europe-west ' +
# ':channel=%(channel)s' + #attempt
':width=640:height=480' +
':freq=%(frequencyMhz)s' + #attempt with modifs from http://freevo.sourceforge.net/cgi-bin/moin.cgi/RecordingInfo
# ':freq=%(frequency)s/1000' + #attempt
# ':freq=16800' + #attempt
':adevice=/dev/dsp' +
':audiorate=32000' +
':forceaudio:forcechan=1:' +
'buffersize=64' +
' -ovc lavc -lavcopts ' +
'vcodec=mpeg4' +
':vbitrate=1200:' +
'keyint=30 ' +
'-oac mp3lame -lameopts ' +
'br=128:cbr:mode=3 ' +
'-endpos %(seconds)s ' +
'-o %(filename)s.avi ')
I have the information in local_conf.py
FREQUENCY_TABLE = {
'E3' : 55250,
'E4' : 62250,
'E6' : 147000,
'E12' : 224250,
............and in /usr/lib/python2.3/site-packages/freevo/tv/freq.py
PAL_MOX = [
("E3", 55250),
("E4", 62250),
("E6", 189000),
("E12", 224250),
............
PAL_EUROPE = PAL_MOX + FREQ_CCIR_I_III + FREQ_CCIR_SL_SH + FREQ_CCIR_H + FREQ_UHF
I ran freevo cache several times
but it always says that it cant find the frequency for the channel and only records the program which is actually shown and not the one scheduled.
It always opens the command with the channel option instead of the frequency option
no matter what I do with the VCR_CMD.
[*RecordServer*] popen aumix -l 100 -l R -i 1; /usr/bin/mencoder tv:// -tv driver=v4l:device=/dev/video0:input=0:norm=PAL:chanlist=europe: channel=E12:width=640:height=480:adevice=/dev/dsp:audiorate=32000: forceaudio:forcechan=1:buffersize=64 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1200:keyint=30 -oac mp3lame -lameopts br=128:cbr:mode=3 -endpos 229 -o /video/09-12_22:06_Manual_Record_-_.avi
What can I do ?
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users
