This plugin blends two sources with a custom effect from a user-selectable file.
Some example effects are provided.
- Add
- Multiply
- Screen
- Color dodge
- Linear burn
- Color burn
- Subtract
Set effect file path. The effect file will be directly sent to OBS Studio using gs_effect_create
.
You can choose from bundled examples or can modify it by yourself.
If unchecked, the effect file will be read one time. If another source try to read the same file, cache will be used. If checked, the cache is disabled. This will be useful to reload the effect file when you debug the effect file.
Set number of sources sent to the effect file. Some effect files in the example only support 2 for this property.
Select the source that goes to the effect file.
- Blend modes - The plugin is inspired by this discussion.