StormeRider wrote:
VCR_CMD = ('/usr/bin/mencoder ' + '-tv driver=v4l:input=0' + ':norm=NTSC' + ':channel=%(channel)s' + ':chanlist=us-cable' + ':width=320:height=240' + ':outfmt=yv12' + ':device=/dev/video0' + ':adevice=/dev/dsp' + ':audiorate=32000' + ':forceaudio:forcechan=1:' + 'buffersize=64' + ' tv://' + ' -ovc lavc -lavcopts ' + 'vcodec=mpeg4' + ':vbitrate=1200:' + 'keyint=30 ' + '-oac mp3lame -lameopts ' + 'br=128:cbr:mode=3 ' + '-ffourcc divx ' '-o "%(filename)s.avi" ')

Actually, I realized what's happening. The headers/index gets corrected at the end of the recording. However, I scheduled a 1/2hr show and it is still recording a half-hour later. For some reason the recording server is not telling mencoder to stop recording.

Any suggestions as to where to fix this?

You seem to be missing the -endpos argument for mencoder. Without it it will want to record forever. Try adding this:


'-endpos %(seconds)s ' +

-Rob



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to