Created
November 8, 2024 10:39
-
-
Save beryann/e0f2c97058c06e54da57f5fbd2ab13a9 to your computer and use it in GitHub Desktop.
cheval numérique in Hydra video synth
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
s0.initVideo("https://upload.wikimedia.org/wikipedia/commons/b/bf/Altai_Nature_Vargan_from_Alone_1931.webm") | |
src(s0) | |
.modulate(osc(5)) | |
.colorama(0.2) | |
.repeat(()=>Math.sin(time*0.01),()=>Math.sin(time*0.01).fast(0.2)) | |
.modulate(s0,0.1) | |
.out() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment