Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

RGB levels plugin for OBS

License

NotificationsYou must be signed in to change notification settings

petrifiedpenguin/obs-rgb-levels-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple OBS Studio filter to adjust RGB levels.

I made this in order to fix a poor quality webcam image, for which thebuilt-in OBS color-correction filter was inadequate.

Tested with OBS 25.0.8 running on Ubuntu 18.04.04 (x86_64).

Compiling on Linux

You will have installed the obs-studio source files.

Set OBS_SRC_DIR to obs-studio source directory (e.g. /usr/local/src/obs-studio)and LIBOBS_LIB to full path to libobs.so (e.g. /usr/lib/libobs.so)

git clone https:?????cd obs_rgb_levels_filtermkdir build && cd buildcmake -DOBS_SRC_DIR="...path to obs-studio source directory..." \  -DLIBOBS_LIB="...path to libobs.so file..." -DCMAKE_INSTALL_PREFIX=/usr ..make -j4sudo make install

Other platforms

I don't have access to a suitable machine to test this, but it should compile onWindows/Mac (you may have to edit some paths in CMakeLists.txt for Windows)

About

RGB levels plugin for OBS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp