Page 2 of 2

Re: Apply an effect on a part of the frame of a clip

Posted: Thu Nov 02, 2023 21:41
by tijnisfijn
You could play around with this same principal with a low res effect, but it gets a bit more complicated if you want to really get to the resolution to become slowly lower towards the edge. A solution would be to take the incoming texture, make it into let's say 10 textures by a lo-res effect which you can instance with a linear notes. Going from normal resolution to very low resolution in 10 steps. then you need to have a way to split the gradient mask up in 10 parts depending on the gray value. You can do this with a within note. Or you have to make 10 different ring shapes. Then you have 10 different masks, which you can use to mask the 10 different versions of the effect. that should/would give you something that you looking for. So quit a bit more complicated. But a nice way to train your skills... ;)

Re: Apply an effect on a part of the frame of a clip

Posted: Wed Nov 08, 2023 11:26
by jobee
Hello,
and thanks again for your advices !
Yes, I will try some of your thoughts when I can take time to really dive in the deep of Resolume :-)
But, just one thing when you tell "linear notes" / "a within note", you mean a "node" is that right?
Best regards

Jonathan

Re: Apply an effect on a part of the frame of a clip

Posted: Wed Nov 08, 2023 11:50
by tijnisfijn
yes just a node. Sorry for the typos :D

Re: Apply an effect on a part of the frame of a clip

Posted: Wed Nov 08, 2023 18:46
by jobee
:D Yes, thank you Arvol !