Brandon Rader wrote:
> I guess the file is empty... It's 0 bytes.  I don't know why it would
> be, so it must not be recording correctly.
Here is a command that will use mencoder to record 10 seconds from
/dev/video0. The space at the beginning of the line is important.
You can try this and make sure to change the channel and chanlist to
your provider.
====================
/usr/bin/mencoder tv://\
 -tv driver=v4l2\
:input=0\
:norm=pal\
:channel=K32\
:chanlist=switzerland\
:width=320\
:height=240\
:outfmt=yuy2\
:device=/dev/video0\
:alsa\
:adevice=hw.0,0\
:amode=1\
:audiorate=32000\
:forceaudio\
:forcechan=1\
:buffersize=64\
 -ovc lavc\
 -lavcopts vcodec=mpeg4:vbitrate=1200:keyint=30\
 -oac mp3lame\
 -lameopts br=128:cbr:mode=3\
 -ffourcc divx\
 -endpos 10\
 -o /tmp/test0.avi
====================
Then you should be able to play the output with
mplayer -v /tmp/test0.avi

Duncan


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to