Re: [Deinterlace-discuss] Is a non-linear stretch mode planned?
Brought to you by:
adcockj,
dschmelzer
|
From: Steven G. <ko...@mi...> - 2001-01-10 23:30:27
|
On Wed, Jan 10, 2001 at 01:48:33PM -0500, Mark Rejhon wrote: > Should be doable. Might need a faster CPU, but fast-enough CPU exists > nowadays to do stuff like this, I believe. It would be a huge challenge > to get the CPU requirement low enough though. I'll be flabbergasted if someone gets this to work on a CPU under 1.5GHz at the slowest. The only way I can see it possibly working is if you use the video card's blitter to pre-squeeze the edges of the image. Otherwise you're going to have to do computations involving combining varying numbers of horizontally adjacent pixels, and MMX will do you little or no good. Of course, if you'd asked me a year ago I'd've guessed that what dTV does *now* wasn't possible on my measly CPU, so by all means dive in and try it! -Steve |