Re: Apply an effect on a part of the frame of a clip
Posted: Thu Nov 02, 2023 21:41
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... 
