Here are the results of an S-Video capture from the "Farscape" DVD using the BTWinCap drivers http://btwincap.sourceforge.net
The capture board is a WinTV GO.
The AVI capture was IVTC'ed with this AviSynth script:

LoadPlugin("C:\encoding\MPEG2DEC.dll")
LoadPlugin("C:\encoding\decomb.dll")
AviSource("k:\CAPTURE.AVI")
Telecide()
Decimate()
BilinearResize(352,480,0,0,352,480)
AddBorders(0,0,0,0)

And encoded with the SKVCD template.
The result is this sample: http://ns1.shidima.com/kwag/farscape-capture.mpg

Hope you like the result as much as I did

Note: Again, this is not a DVD RIP. It's an S-Video capture.

-kwag