This is a patch release of Color Monitor plugin for OBS Studio.
Changes in 0.9.5
- Set name for the pipeline thread of calculation
- This will be helpful for those who debugs threading.
Limitation
- Not all packages/binaries are tested.
- Windows: 0.7.0-rc1 was tested with the OBS Studio 30.1.
- macOS (Intel): 0.9.0 was tested with OBS Studio 31.0.2 using Rosetta 2 on Apple Silicon mac.
- macOS (Apple): 0.9.4 was tested with OBS Studio 32.0.0 on Apple Silicon mac.
- Ubuntu: 0.9.4 was tested with OBS Studio 32.0.0 on Ubuntu 24.04.
- The source code was developed on Fedora 41.
- Possibly impact rendering time. Use this plugin before enough test.
- Use at your own risk.
- Especially, the color spaces other than BT.601 and BT.709 have not been supported yet.
Install
Click your OS name to expand to show details.
Windows
OBS Studio 32 or later
Download obs-color-monitor-0.9.5-1-obs32-Windows-Installer.exe and execute it.
Download obs-color-monitor-0.9.5-obs32-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for details.
OBS Studio 31.1
Download obs-color-monitor-0.9.5-1-obs31-Windows-Installer.exe and execute it.
Download obs-color-monitor-0.9.5-obs31-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for details.
OBS Studio 30 or later
Download obs-color-monitor-0.9.5-1-obs30-Windows-Installer.exe and execute it.
Download obs-color-monitor-0.9.5-obs30-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for details.
macOS
OBS Studio 32 or later
Download installer obs-color-monitor-0.9.5-obs32-macos-universal.pkg and run the installer.
Or, download zip package obs-color-monitor-0.9.5-obs32-macos-universal.zip and follow instruction.
OBS Studio 31
Download installer obs-color-monitor-0.9.5-obs31-macos-universal.pkg and run the installer.
Or, download zip package obs-color-monitor-0.9.5-obs31-macos-universal.zip and follow instruction.
OBS Studio 30
Download installer obs-color-monitor-0.9.5-obs30-macos-universal.pkg and run the installer.
Or, download zip package obs-color-monitor-0.9.5-obs30-macos-universal.zip and follow instruction.
Ubuntu
The plugin is available on PPA. ``` sudo add-apt-repository ppa:norihiro/plugins-for-obs-studio sudo apt update sudo apt install color-monitor-plugin-for-obs ```OBS Studio 32 or later on Ubuntu 24.04
Download obs-color-monitor-0.9.5-obs32-ubuntu-24.04-x86_64.deb and install with a command below.
sudo apt install ./obs-color-monitor-0.9.5-obs32-ubuntu-24.04-x86_64.deb
OBS Studio 31 on Ubuntu 24.04
Download obs-color-monitor-0.9.5-obs31-ubuntu-24.04-x86_64.deb and install with a command below.
sudo apt install ./obs-color-monitor-0.9.5-obs31-ubuntu-24.04-x86_64.deb
OBS Studio 30 on Ubuntu 22.04
Download obs-color-monitor-0.9.5-obs30-ubuntu-22.04-x86_64.deb and install with a command below.
sudo apt install ./obs-color-monitor-0.9.5-obs30-ubuntu-22.04-x86_64.deb
Fedora
RPM repository is available on Fedora Copr.sudo dnf copr enable kamae/obs-studio-plugins
sudo dnf install obs-studio-plugin-color-monitorThese releases assume obs-studio comes from Fedora Project.