Speaking of Hauppage cards, the KSL capture I posted was taken by my $40 WinTV
(oh, the irony), which uses a bt848.  I got it all working about 10 seconds
before the SCO spot started.  This played the video to screen:

mplayer -tv \
 driver=v4l:norm=NTSC:channel=5:width=320:height=240:chanlist=us-cable tv://5

And this captured to an .avi:

mencoder -tv \
 driver=v4l:norm=NTSC:channel=5:width=320:height=240:chanlist=us-cable tv://5 \
 -oac mp3lame -ovc lavc

Then I brought the size down a bit and clipped off the first 11 seconds:

mencoder -oac copy -ovc lavc -lavcopts vbitrate=100  -ss 11 test.avi -o \
 sco.avi

Long live mplayer!

                                        -J


____________________
BYU Unix Users Group 
http://uug.byu.edu/ 
___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to