I'm looking for some formulas/methods (very explicit) to convert resolutions to smaller sizes.
Specifically I want to know the formula(s) scan converters use to get from 1280x1024 at 85Hz (and lower) down to the NTSC format. I.e if i had a screen frame in a buffer from a 1280x1024 85Hz signal from my computer, how would i make it into a frame that i could output to a NTSC TV?
Assume that I already did the A/D conversion and now have either 8 or 10 bit values (eahc) for RGB in my buffer. Also assume that I can take care of the D/A conversion and encoding of the RGB values into composite, s-video, etc ... All I want is how to take the larger frame and interpolate it (bilinear or higher) to get a smaller resolution image.
Thanks,
Peter
Specifically I want to know the formula(s) scan converters use to get from 1280x1024 at 85Hz (and lower) down to the NTSC format. I.e if i had a screen frame in a buffer from a 1280x1024 85Hz signal from my computer, how would i make it into a frame that i could output to a NTSC TV?
Assume that I already did the A/D conversion and now have either 8 or 10 bit values (eahc) for RGB in my buffer. Also assume that I can take care of the D/A conversion and encoding of the RGB values into composite, s-video, etc ... All I want is how to take the larger frame and interpolate it (bilinear or higher) to get a smaller resolution image.
Thanks,
Peter