# FILE LOCATIONS ========== # Where to look for the schedule file schedule /tmp/freevo_record.lst # Location of the log file - default is dvr.log log dvr.log # COMMANDS ================ # Command that indicates mplayer is being used. # This lets us kill it as recording takes precendence #play ./runtime/dll/freevo_loader ./runtime/apps/mplayer/ play /usr/local/bin/mplayer # Specify the location of mencoder and the command line options for recording record /scratch_2/freevo-1.3.2/runtime/apps/mplayer/mencoder recordstring -tv driver=v4l:width=768:height=576 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=200:vhq:vqmax=31:keyint=300 -oac mp3lame -lameopts cbr:br=48 -vf crop=720:540:24:18,pp=tn/lb,scale=360:270 -sws 1 -endpos %LENGTH% -info subject=%TITLE%:copyright=%CHANNEL% -o %FILE% tv://%CHANNEL% # Command string for the main program - so we # can kill it with "perl vcr.pl stop" dvr perl dvr.pl start # Set the sound levels before recording just in # case something else has changed them. sound aumix -l 80