How do I capture from tv card (/dev/video0
) using mencoder?
I tried with
mencoder -tv driiver=v4l2:width=640:height=480:norm=pal_nc:inpu t=1:chanlist=us_cable:channel=13 -ffourcc DIVX -fps 25 -ovc lavc -lavcopts vcodec=mpeg4:vhq -oac mp3lame -lameopts cbr:br=128 -endpos 30 -o outfile.mpg tv://
But, it does not work I get the following error:
MEncoder svn r34540 (Ubuntu), built with gcc-4.7 (C) 2000-2012 MPlayer Team
Error parsing option on the command line: -tv
Exiting... (error parsing command line)