gbs-control icon indicating copy to clipboard operation
gbs-control copied to clipboard

composite/s-video support through component video

Open sethenstien opened this issue 5 years ago • 4 comments

is there anyway to possibly input composite or s video though the component inputs, that isn't monochromatic?

also has anyone tried one of the $15ish dollar s-video/composite to vga with these. I've heard those have issues putting out older signals in mono. i doubt it can currently get composite or s-video any other way but if there is tell me.

sethenstien avatar Oct 24 '19 04:10 sethenstien

To restore / decode color out of these signals, a decoder is required. The scaler chip doesn't have a decoder, so it can't be done that way with existing hardware.

External "to VGA" devices have mini upscalers in them that destroy the quality before it gets to gbscontrol. The only thing that would work is a gaming focused external device, such as the Retrotink 2x.

ramapcsx2 avatar Oct 24 '19 12:10 ramapcsx2

What about decoding directly on the ESP8266 via an analog pin, or using a separate digital video decoder?

I think this would make a nice addition to the project, even if it requires extra components.

eadmaster avatar Mar 09 '21 17:03 eadmaster

If I read this right, they're suggesting a digital Composite decoder, outputting to an ESP32 via I2S. From there on they manipulate the now digital data to send it over WiFi. The step to get the digital line data into the GBS scaler IC is missing.

ramapcsx2 avatar Mar 09 '21 18:03 ramapcsx2

Any ideas if it's even possible? I just put together my GBS-C and trying to connect my NES to it, but due to chip shortages any sensible option to transcode composite to component (Koryuu Transcoder) or to mod my NES (NESRGB) are constantly sold out everywhere. RetroTINK 2X is not really a solution as it outputs digital signal over hdmi so it skips GBS-C altoghether and their deinterlacing algorithm is just inferior to GBS-C motion adaptive one.

adwil13 avatar May 27 '22 14:05 adwil13