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

On Spout2 Sources, it only works if there are 2 shader filters or more #51

Open Harrison-B opened 1 month ago

Harrison-B commented 1 month ago

Weird issue, but since I vtube I mainly use Spout2 sources for filters, and at first I didnt think the shaders worked on that source. Turning on a single shader with a Spout2 source just made everything disappear.

But adding 2 sources, the 2nd shade filter will work. The first one still wont, not sure why.

Works fine if I use a Group and put the Spout2 source under it, and apply the filter to the Group. But ideally I'd like to apply the effects directly.

TLDR Workaround: Add a second blank shader filter at the top of the list of effect filters.

Doesnt work: Blank shade under 2nd shader image

Doesnt work: Only one shader image

Works: Blank shader over 2nd shader image