Hi, Ongoing saga, but almost sorted...

1.4rc1 Installed and working
Mplayer installed and working
mencoder installed and working standalone via commandline

Freevo setup and working for TV and playing DVDs, also web interface works fine. Can set up recordings via web and all appears to work, channel choice, timing (out by an hour but can sort that later!), save and it appears to run and remove itself from pending list but then no recording appears (so I assume the recordserver is functioning normally)

In the freevo interface F6 appears to initiate a recording (but no choice re timing given at all) but again no output files found.

If I take the commands from VCR_Settings and run them from the commandline then mencoder objects to "no audio encoder (-oac) selected" even though there is and even if I alter this line...


e.g. I try and run this line


mencoder -tv on:driver=v4l:input=1 :norm=pal channel=66 chanlist=europe-west device=/dev/video0 adevice=/dev/dsp4 -ovc lavc -lavcopts vcodec=mpeg4 -oac mp3lame -lameopts br=128:cbr:mode=3 -o
xxxxx.avi



Info


VCR_CMD = ('/usr/bin/mencoder ' + # Change. Absolute path to the runtime
'-tv on:driver=v4l:input=0' + # Input 0 = Comp. V. in
':norm=pal' + # Change
':channel=%(channel)s' + # Filled in by Freevo
':chanlist=europe-west' + # Change
':width=320:height=240' + # Change if needed
':outfmt=yv12' + # Prob. ok, yuy2 might be
faster
':device=/dev/video0' + # CHANGE!
':adevice=/dev/dsp4' + # CHANGE!
':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




-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise Linux in the Boardroom; in the Front Office; & in the Server Room http://www.enterpriselinuxforum.com
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to