Hi friends, 

I'm having a strange behaviour with the recordserver with dvb. 
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 scheduled record
filling the disk. What's the problem? Any solutions?

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-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to