Skip to content

Latest commit

 

History

History
125 lines (99 loc) · 4.37 KB

Video_Synthesizers.md

File metadata and controls

125 lines (99 loc) · 4.37 KB
layout title permalink project
project
Video Synthesizers
/wiki/Video_Synthesizers
name status image description version update platform license download shop social
Video Synthesizers
experimental
/images/videosynth01.jpg
Generating and glitching video signals in funky ways
hackaday github

Video synthesizers generate or modify video to look somewhat weirdly, and have it react to external sources, e.g. an audio signal.

Research

Trying to figure out what people have done and documented already.

Modify an incoming signal {#modify_an_incoming_signal}

Generate a new signal from scratch {#generate_a_new_signal_from_scratch}

VGA Booster/Splitter {#vga_boostersplitter}

Experiments

Glitch video with an audio signal {#glitch_video_with_an_audio_signal}

Basically following this guide.

Diodes, direct {#diodes_direct}

Setup as described in the guide

Laptop VGA Out ---> VGA+Audio Merger with Diodes ---> Monitor
Laptop Audio Out ----------^

Doesn't work, laptop turns off the VGA out.

Diodes, with VGA "Booster" {#diodes_with_vga_booster}

As above, but using a VGA matrix we had in the space as a VGA buffer

Laptop VGA Out --> VGA Matrix --> VGA+Audio Merger with Diodes ---> Monitor
Laptop Audio Out ---------------------^

Works, audio signal a bit weak, not as much effect, also video signal is attenuated compared to video directly from the VGA out.

Audio mixer & EQ {#audio_mixer_eq}

Adding an audio mixer between the Laptop and the VGA+Audio merger allows to control the "volume" better, and allows to use the EQ of the mixer to influence the signal.

Laptop VGA Out --> VGA Matrix --> VGA+Audio Merger with Diodes ---> Monitor
Laptop Audio Out --> Audio Mixer & EQ ---^

The EQ is fun to work with, smaller lines with the high pass, bigger lines with the low pass filters. Control over the volume of the signal is also great. As a side effect, you can also listen to the audio signal now.

No more diodes {#no_more_diodes}

Left out the diodes in favour of direct connection between matrix and monitor.

Laptop VGA Out --> VGA Matrix --> VGA+Audio Merger w/o Diodes ---> Monitor
Laptop Audio Out --> Audio Mixer & EQ ---^

All still works, and the original video signal is much clearer now. Best thing so far.