Skip to content

Custom effect source to blend multiple sources for OBS Studio

License

Notifications You must be signed in to change notification settings

norihiro/obs-multisource-effect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.