exeldro / obs-shaderfilter

OBS Studio filter for applying an arbitrary shader to a source.
GNU General Public License v2.0
377 stars 39 forks source link

Add 2nd source/image to page peel shader (and maybe other similar ones) #38

Open Destroy666x opened 7 months ago

Destroy666x commented 7 months ago

The non-transition one has limited paramers and just works on the source where it's applied. The transition one has double source option, but it can't be used as a regular dynamic filter as it's just stopped.

So you can't define a non-transition filter that animates and uses another source as a "reveal". A sort of combination of both would be great. I suggest adding either:

exeldro commented 7 months ago

You can use move value filters to animate the transition version. I will think about what would be the best way to get the effect with only this plugin.