Well I never learned how to make a video DVD because I don't have a
DVD burner, but I do have a tv card. (bt878 based)
I run a coax from my vcr out to the tv card in and record with Mencoder. (Mplayer)
Code:
mencoder -oac lavc -lavcopts acodec=mp3 -ovc lavc -lavcopts vbitrate=2400 -tv driver=v4l:norm=ntsc:channel=03:chanlist=us-cable:adevice=/dev/dsp:width=640:height=480 -o myvid.avi tv://
This is the command I use. This is with 2.4.x kernel, it's slightly different with 2.6.x. See "man mencoder" .
This will get you a decent avi and a search of LQ should turn up instructions for converting to a
proper mpeg.
I'm not really sure but I think encoding to mpeg during capture can use a bit too much cpu for
things to be smooth.