nleseul / obs-shaderfilter

OBS Studio filter for applying an arbitrary shader to a source.
The Unlicense
101 stars 127 forks source link

Support other sources as input images #11

Open zed9h opened 6 years ago

zed9h commented 6 years ago

If other input images are specified, they appear as a browse button to load a static image files. It would be nice if other source could also be selected (for dynamic masks, for instance)

nleseul commented 5 years ago

Could be useful. Complexity depends on how easily OBS exposes the output texture for specific sources. The properties would also need some way to identify textures that should be populated from a source rather than a texture. (Shader annotation syntax?)

khlorghaal commented 1 year ago

afaik from skimming the source, this repo is mostly a passthrough for OBS's existing filter plugin API, exposed to allow dynamic loading.

imo the shaderfilter's usecase is as a simple "filter", more complex effects should use external programs to construct their own pipelines, to be captured by OBS