Page 1 of 1

Time-Distortion Effect

Posted: Mon Feb 12, 2024 5:01 am
by SelfDrivingCarp
I've had this idea in my head for years for a an audio-controlled real-time video effect but have only recently learned enough fragment shader programming to build a prototype it. The background and twitching logo are just part of the normal streaming setup. The volume level controls how wobbly the camera video gets.

https://youtu.be/dopZwn8v7Ho

Re: Time-Distortion Effect

Posted: Mon Feb 12, 2024 10:52 am
by Sadler
That's a very nice effect - especially in real-time. I occasionally use an older FFGL which does a similar effect (ModularDelay) but if the buffer count pushes the limit of GPU memory it can crash Magic. FFGL will likely be deprecated with v3 so that won't be a long term option.

Re: Time-Distortion Effect

Posted: Mon Mar 18, 2024 8:52 am
by damstraversaz
that's beautiful !