An open API service indexing awesome lists of open source software.

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 🎚️🌈

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 🩹