VCR_CMD = (' --prio=-20 ' + # Mute the line-in while recording
'/usr/local/bin/mencoder ' + # Change. Absolute path to the runtime
'tv:// -tv driver=v4l:input=0' + # Input 0 = Comp. V. in
':norm=NTSC' + # Change
':channel=%(channel)s' + # Filled in by Freevo
':chanlist=us-cable' + # Change
':width=320:height=240' + # Change if needed
':outfmt=yv12' + # Prob. ok, yuy2 might be faster
':device=/dev/video0' + # CHANGE!
':adevice=/dev/dsp0' + # CHANGE!
':audiorate=32000' + # 44100 for better sound
':forceaudio:forcechan=1:' + # Forced mono for bug in my driver
' -ovc lavc -lavcopts ' + # Mencoder lavcodec video codec
'vcodec=mpeg4' + # lavcodec mpeg-4
':vbitrate=2400:' + # Change lower/higher, bitrate
'keyint=23 ' + # 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
Florian Demmer wrote:
hi...
i have mplayer set to -20, but when watching mpeg2 videos a fre frames get dropped every minute (and a python process gets cpu time as i can see with "top")... i guess thats the recordserver since it is looping and witing for 60 seconds.
is there a way to set the level of the recordserver to something higher than 0?
thx Flo
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
