A plugin for OBS Studio that adds a simple RGB level filter ποΈ
This is a plugin for OBS Studio that adds a simple effects filter to adjust RGB channels independently. Useful for correcting poor quality webcams or used in conjunction with other filters to create special effects β¨
- OBS Studio 31.0.0 or newer
You'll need CMake 3.28+, a C compiler, and the OBS Studio development libraries. See the OBS Plugin Template for detailed environment setup.
Linux:
cmake --preset ubuntu-x86_64
cmake --build --preset ubuntu-x86_64Windows:
cmake --preset windows-x64
cmake --build --preset windows-x64macOS:
cmake --preset macos
cmake --build --preset macosA Nix flake is available for development: nix develop
It is the continuation of the original obs-rgb-levels-filter plugin by petrifiedpenguin, wrapped in the OBS Plugin Template so that it builds π§± from source against current versions of OBS Studio.
This project is only tested on Linux π§. It is built and released for Windows πͺ and macOS π and should work fine, if it doesn't patches are welcome π©Ή