Supported Bit Versions
  1. 32-bit
  2. 64-bit
Source Code URL
https://github.com/firepolo/CustomEffects
Minimum OBS Studio Version
24.0.0
Supported Platforms
  1. Windows
Custom Effect
- This lightweight plugin you allow of create your own filters for OBS.

Installation
- Extract archive
- Copy obs-studio folder in your "C:\Program Files" for Windows

Usage
- Create your own file ".effect
- Open OBS-Studio
- Right-click on a Video Source and select "Filters"
- In the list "Effect Filters", select "Custom Effect"
- Then in the properties select your file ".effect"

Extra
- You can reload directly the file ".effect" after your modification done.
- The Linux version is not available but she is easy to build.

Important
- When an error occur during the compilation of shader effect, the filter is grayscale source with error message.
- The effects are created with the language HLSL. It's a language used principally for programming shaders in DirectX video games. https://www.tutorialspoint.com/directx/directx_first_hlsl.htm

Preview
preview.jpg

preview-error.jpg
  • Like
Reactions: panocha
Author
Firepolo
Downloads
6,857
Views
39,907
First release
Last update
Rating
3.00 star(s) 2 ratings

Latest reviews

The idea seems nice, but it lacks of a proper documentation, so, only the author and I guess people knowing the obs internals can make custom filters.
F
Firepolo
The effects are created with HLSL language generally, it's a language for programming shader in DirectX for video games.
Seems to be working well on OBS v25.0.0! Need to figure out how to make some of my own effects now.
Top