RE: [stella] Interlacing Success!

Subject: RE: [stella] Interlacing Success!
From: "Billy Eno" <ceno@xxxxxxxxxxxxx>
Date: Sun, 18 Aug 2002 00:01:38 -0500
Here is a more thorough demo of the interlacing, including the suggestions
Glenn made.

Hitting select switches between interlaced and non-interlaced mode.

First is some diagonal lines then some graphics to show what the higher
resolution looks like

Then as Glenn suggested

These first 3 don't show too much difference in the two modes, though you
can tell that in non-interlaced mode the lines are thinner

10 scanlines of:
FIELD1  RED
FIELD2  GREEN

then 10 scanlines of
FIELD1 RED
FIELD2 BLACK

then 10 scanlines of
FIELD1 BLACK
FIELD2 GREEN

These next two are thicker in interlaced mode:

then 1 scanline of
Field1 RED
FIELD2 RED

then 1 scanline of
Field1 GREEN
FIELD2 GREEN

These two don't show much difference at all
then 1 scanline of
Field1 RED
FIELD2 BLACK

then 1 scanline of
Field1 GREEN
FIELD2 BLACK

Included is all the source and a .bin, have fun!

Also, I am looking into the whole Close Caption thing too.

Billy

Attachment: interlace_demo.zip
Description: Zip compressed data

Attachment: intrdemo.bin
Description: Binary data

Current Thread