norihiro / obs-multisource-effect

Custom effect source to blend multiple sources for OBS Studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OBS Multi Source Effect

Introduction

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

Properties

Effect file

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.

Do not use cache

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.

Number of sources

Set number of sources sent to the effect file. Some effect files in the example only support 2 for this property.

Source i

Select the source that goes to the effect file.

Acknowledgments

  • Blend modes - The plugin is inspired by this discussion.

About

Custom effect source to blend multiple sources for OBS Studio

License:GNU General Public License v2.0


Languages

Language:CMake 43.0%Language:C 40.2%Language:Shell 9.0%Language:C++ 5.5%Language:Batchfile 2.4%