Hi friends, 

I'm having a strange behaviour with the recordserver with dvb on freevo 1.5.3 
Usually I use this VCR_CMD to record:

VCR_CMD = CONF.mplayer + ' -dumpstream -dumpfile %(filename)s
"dvb://%(channel)s"'
TV_RECORDFILE_SUFFIX = '.ts'

and it works correctly.

But now I'm trying to use mencoder for saving my dvb stream directly
with lavc with this:

VCR_CMD = CONF.mencoder + ' "dvb://%(channel)s" -ovc lavc -lavcopts
vcodec=mpeg4:vbitrate=1200:keyint=30 -oac lavc -vf pp=fd,scale=720:576
-ffourcc divx -o %(filename)s'
TV_RECORDFILE_SUFFIX = '.avi'


It successfully record the stream but doesn't stop the record
filling the disk. What's the problem? Any solutions? Maybe it doesn't stop when 
the cpu usage is too high?
How can I debug this problem?



Thank you



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to