Here’s what I think you might mean — and I’ll provide a solution for each interpretation.
Good: It supports S-Video and composite, plus stereo RCA inputs.
Bad: No deinterlacing filter during capture – you have to add that later. Also, it maxes out at 30fps (or 25fps PAL), so no high-framerate experiments. dvd av card goto software
// Set position on the filter graph
IMediaSeeking seeking = (IMediaSeeking)mediaControl;
seeking.SetPositions(
new DsLong(position.TotalSeconds * 10000000), // REFERENCE_TIME
AM_SEEKING.AbsolutePositioning,
null,
AM_SEEKING.NoPositioning
);
The Hardware: The "DVD AV Card"
In the late 90s, computers were powerful enough to calculate spreadsheets, but they were often too weak to play video. DVDs required decoding—math so heavy that the main processor (CPU) would choke, resulting in slideshow-style video and stuttering audio. Here’s what I think you might mean —