https://github.com/wimpysworld/obs-rgb-levels
RGB levels plugin for OBS Studio 🎚️🌈
https://github.com/wimpysworld/obs-rgb-levels
hacktoberfest obs-studio obs-studio-plugin rgb
Last synced: 3 months ago
JSON representation
RGB levels plugin for OBS Studio 🎚️🌈
- Host: GitHub
- URL: https://github.com/wimpysworld/obs-rgb-levels
- Owner: wimpysworld
- License: gpl-2.0
- Created: 2023-10-15T11:19:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T20:09:24.000Z (over 2 years ago)
- Last Synced: 2025-01-08T15:38:24.257Z (over 1 year ago)
- Topics: hacktoberfest, obs-studio, obs-studio-plugin, rgb
- Language: CMake
- Homepage:
- Size: 276 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RGB Levels Filter 🌈
A plugin for OBS Studio that adds a simple RGB level filter 🎚️
# RGB Levels Filter
This is a plugin for [OBS Studio](https://obsproject.com/) 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 ✨
## Requirements
- OBS Studio 31.0.0 or newer
## Building from Source
You'll need CMake 3.28+, a C compiler, and the OBS Studio development libraries. See the [OBS Plugin Template](https://github.com/obsproject/obs-plugintemplate) for detailed environment setup.
**Linux:**
```bash
cmake --preset ubuntu-x86_64
cmake --build --preset ubuntu-x86_64
```
**Windows:**
```bash
cmake --preset windows-x64
cmake --build --preset windows-x64
```
**macOS:**
```bash
cmake --preset macos
cmake --build --preset macos
```
A Nix flake is available for development: `nix develop`
## History
It is the continuation of the original [obs-rgb-levels-filter](https://github.com/petrifiedpenguin/obs-rgb-levels-filter)
plugin by [petrifiedpenguin](https://github.com/petrifiedpenguin), wrapped in
the [OBS Plugin Template](https://github.com/obsproject/obs-plugintemplate) 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 🩹