Skip to content

Releases: norihiro/obs-color-monitor

OBS Color Monitor 0.5.0

25 Mar 14:55
0.5.0
85458e9
Compare
Choose a tag to compare

This is an experimental release of Color Monitor for OBS Studio.

Changes in 0.5.0

  • Improve rendering time
    • The rendering time will improve especially for users who use standalone sources without the dock.
    • Dock users will also have improvements in the rendering time.
    • Instead, some latency will be added because of a newly introduced pipeline to draw the scopes.
  • dock: Moved the color space settings to ROI property.

Just in case if you see an issue, please consider using the previous version 0.4.6.

Limitation

  • Possible crash when changing scene-collection (Reported on the forum but couldn't be reproduced.), adding or removing docks.
    The author suggest not adding/removing docks or changing scene-collection while streaming or recording is in progress.
  • Not all packages/binaries are tested.
    • Windows: 0.4.0 (zip packages) was the last tested release. Installer packages are not tested.
    • MacOS: 0.4.2 (zip, Intel packages) was the last tested release. ARM packages is also tested.
    • Ubuntu: 0.4.3 was the last tested release.
    • The source code is developed on Fedora 36.
  • Possibly impact rendering time. Use this plugin before enough test.
  • Accuracy of the result is not guaranteed. Use at your own risk.
    • Especially, the color spaces other than BT.601 and BT.709 have not been supported yet.

Affiliate Promotion

  • Jimcom, a PTZ camera vendor, is now providing a coupon code FACETRACK20 for 20% discount and free shipping in the USA.

Install

Click your OS name to expand to show details.

Windows

OBS Studio 27

Download obs-color-monitor-0.5.0-obs27-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

OBS Studio 28 or later

Download obs-color-monitor-0.5.0-obs28-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

macOS

OBS Studio 27 on Intel mac

Download installer obs-color-monitor-0.5.0-obs27-macos-x86_64.pkg and run installer.
Or, download zip package obs-color-monitor-0.5.0-obs27-macos-x86_64.zip and follow this guide to extract.

OBS Studio 28 or later

Download installer obs-color-monitor-0.5.0-obs28-macos-universal.pkg and run installer.
Or, download zip package obs-color-monitor-0.5.0-obs28-macos-universal.zip and follow this guide to extract.

Ubuntu

OBS Studio 27 on Ubuntu 20.04

Download package obs-color-monitor-0.5.0-obs27-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install ./obs-color-monitor-0.5.0-obs27-ubuntu-20.04-x86_64.deb

OBS Studio 27 on Ubuntu 22.04 or later

Download package obs-color-monitor-0.5.0-obs27-ubuntu-22.04-x86_64.deb and install with a command below.
sudo apt install ./obs-color-monitor-0.5.0-obs27-ubuntu-22.04-x86_64.deb

OBS Studio 28 or later on Ubuntu 20.04

Download package obs-color-monitor-0.5.0-obs28-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install ./obs-color-monitor-0.5.0-obs28-ubuntu-20.04-x86_64.deb

OBS Studio 28 or later on Ubuntu 22.04 or later

Download package obs-color-monitor-0.5.0-obs28-ubuntu-22.04-x86_64.deb and install with a command below.
sudo apt install ./obs-color-monitor-0.5.0-obs28-ubuntu-22.04-x86_64.deb

Fedora

These releases assume obs-studio comes from RPM Fusion repository.

OBS Studio on Fedora 36

obs-color-monitor-0.5.0-1.fc36.x86_64.rpm
obs-color-monitor-0.5.0-1.fc36.src.rpm
obs-color-monitor-debuginfo-0.5.0-1.fc36.x86_64.rpm
obs-color-monitor-debugsource-0.5.0-1.fc36.x86_64.rpm

OBS Studio on Fedora 37

obs-color-monitor-0.5.0-1.fc37.x86_64.rpm
obs-color-monitor-0.5.0-1.fc37.src.rpm
obs-color-monitor-debuginfo-0.5.0-1.fc37.x86_64.rpm
obs-color-monitor-debugsource-0.5.0-1.fc37.x86_64.rpm

OBS Color Monitor 0.4.6

25 Mar 11:08
0.4.6
122f1f3
Compare
Choose a tag to compare

This is a hotfix release of Color Monitor for OBS Studio.

Changes in 0.4.6

  • histogram: Fixed a bug that the horizontal graticule is not correctly rendered in these scenario:
    • After changed a property.
    • Stack property is selected.

Limitation

  • Possible crash when changing scene-collection (Reported on the forum but couldn't be reproduced.), adding or removing docks.
    The author suggest to not add/remove docks or change scene-collection while streaming or recording is in progress.
  • Not all packages/binaries are tested.
    • Windows: 0.4.0 (zip packages) were the last tested release. Installer packages are not tested.
    • MacOS: 0.4.2 (zip, Intel packages) were the last tested release. ARM packages is also tested.
    • Ubuntu: 0.4.3 were the last tested release.
    • The source code is developed on Fedora 36.
  • Possibly impact rendering time. Use this plugin before enough test.
    • Performance is much slower especially on macOS.
  • Accuracy of the result is not guaranteed. Use at your own risk.
    • Especially, the color spaces other than BT.601 and BT.709 have not been supported yet.

Affiliate Promotion

  • Jimcom, a PTZ camera vendor, is now providing a coupon code FACETRACK20 for 20% discount and free shipping in the USA.

Install

Click your OS name to expand to show details.

Windows

OBS Studio 27

Download obs-color-monitor-0.4.6-obs27-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

OBS Studio 28 or later

Download obs-color-monitor-0.4.6-obs28-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

macOS

OBS Studio 27 on Intel mac

Download installer obs-color-monitor-0.4.6-obs27-macos-x86_64.pkg and run installer.
Or, download zip package obs-color-monitor-0.4.6-obs27-macos-x86_64.zip and follow this guide to extract.

OBS Studio 28 or later

Download installer obs-color-monitor-0.4.6-obs28-macos-universal.pkg and run installer.
Or, download zip package obs-color-monitor-0.4.6-obs28-macos-universal.zip and follow this guide to extract.

Ubuntu

OBS Studio 27 on Ubuntu 20.04

Download package obs-color-monitor-0.4.6-obs27-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install ./obs-color-monitor-0.4.6-obs27-ubuntu-20.04-x86_64.deb

OBS Studio 27 on Ubuntu 22.04 or later

Download package obs-color-monitor-0.4.6-obs27-ubuntu-22.04-x86_64.deb and install with a command below.
sudo apt install ./obs-color-monitor-0.4.6-obs27-ubuntu-22.04-x86_64.deb

OBS Studio 28 or later on Ubuntu 20.04

Download package obs-color-monitor-0.4.6-obs28-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install ./obs-color-monitor-0.4.6-obs28-ubuntu-20.04-x86_64.deb

OBS Studio 28 or later on Ubuntu 22.04 or later

Download package obs-color-monitor-0.4.6-obs28-ubuntu-22.04-x86_64.deb and install with a command below.
sudo apt install ./obs-color-monitor-0.4.6-obs28-ubuntu-22.04-x86_64.deb

Fedora

These releases assume obs-studio comes from RPM Fusion repository.

OBS Studio on Fedora 36

obs-color-monitor-0.4.6-1.fc36.x86_64.rpm
obs-color-monitor-0.4.6-1.fc36.src.rpm
obs-color-monitor-debuginfo-0.4.6-1.fc36.x86_64.rpm
obs-color-monitor-debugsource-0.4.6-1.fc36.x86_64.rpm

OBS Studio on Fedora 37

obs-color-monitor-0.4.6-1.fc37.x86_64.rpm
obs-color-monitor-0.4.6-1.fc37.src.rpm
obs-color-monitor-debuginfo-0.4.6-1.fc37.x86_64.rpm
obs-color-monitor-debugsource-0.4.6-1.fc37.x86_64.rpm

OBS Color Monitor 0.4.5

24 Mar 03:21
0.4.5
5d7b59f
Compare
Choose a tag to compare

This is a hotfix release of Color Monitor for OBS 28 on macOS.

Changes in 0.4.5

  • Added pt-BR and ja-JP translations. I appreciate @eribertomota for contributing Brazilian Portuguese translation.
  • Fedora: Fixed obs-studio dependency version
  • Fedora: Removed RPATH

Limitation

  • Possible crash when changing scene-collection (Reported on the forum but couldn't be reproduced.), adding or removing docks.
    The author suggest to not add/remove docks or change scene-collection while streaming or recording is in progress.
  • Not all packages/binaries are tested.
    • Windows: 0.4.0 (zip packages) were the last tested release. Installer packages are not tested.
    • MacOS: 0.4.2 (zip, Intel packages) were the last tested release. ARM packages is also tested.
    • Ubuntu: 0.4.3 were the last tested release.
    • The source code is developed on Fedora 36.
  • Possibly impact rendering time. Use this plugin before enough test.
    • Performance is much slower especially on macOS.
  • Accuracy of the result is not guaranteed. Use at your own risk.

Affiliate Promotion

  • Jimcom, a PTZ camera vendor, is now providing a coupon code FACETRACK20 for 20% discount and free shipping in the USA.

Install

Click your OS name to expand to show details.

Windows

OBS Studio 27

Download obs-color-monitor-0.4.5-obs27-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

OBS Studio 28 or later

Download obs-color-monitor-0.4.5-obs28-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

macOS

OBS Studio 27 on Intel mac

Download installer obs-color-monitor-0.4.5-obs27-macos-x86_64.pkg and run installer.
Or, download zip package obs-color-monitor-0.4.5-obs27-macos-x86_64.zip and follow this guide to extract.

OBS Studio 28 or later

Download installer obs-color-monitor-0.4.5-obs28-macos-universal.pkg and run installer.
Or, download zip package obs-color-monitor-0.4.5-obs28-macos-universal.zip and follow this guide to extract.

Ubuntu

OBS Studio 27 on Ubuntu 20.04

Download package obs-color-monitor-0.4.5-obs27-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install ./obs-color-monitor-0.4.5-obs27-ubuntu-20.04-x86_64.deb

OBS Studio 27 on Ubuntu 22.04 or later

Download package obs-color-monitor-0.4.5-obs27-ubuntu-22.04-x86_64.deb and install with a command below.
sudo apt install ./obs-color-monitor-0.4.5-obs27-ubuntu-22.04-x86_64.deb

OBS Studio 28 or later on Ubuntu 20.04

Download package obs-color-monitor-0.4.5-obs28-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install ./obs-color-monitor-0.4.5-obs28-ubuntu-20.04-x86_64.deb

OBS Studio 28 or later on Ubuntu 22.04 or later

Download package obs-color-monitor-0.4.5-obs28-ubuntu-22.04-x86_64.deb and install with a command below.
sudo apt install ./obs-color-monitor-0.4.5-obs28-ubuntu-22.04-x86_64.deb

Fedora

These releases assume obs-studio comes from RPM Fusion repository.

OBS Studio on Fedora 36

obs-color-monitor-0.4.5-1.fc36.x86_64.rpm
obs-color-monitor-0.4.5-1.fc36.src.rpm
obs-color-monitor-debugsource-0.4.5-1.fc36.x86_64.rpm
obs-color-monitor-debuginfo-0.4.5-1.fc36.x86_64.rpm

OBS Studio on Fedora 37

obs-color-monitor-0.4.5-1.fc37.x86_64.rpm
obs-color-monitor-0.4.5-1.fc37.src.rpm
obs-color-monitor-debuginfo-0.4.5-1.fc37.x86_64.rpm
obs-color-monitor-debugsource-0.4.5-1.fc37.x86_64.rpm

OBS Color Monitor 0.4.4

31 Dec 07:36
25bf914
Compare
Choose a tag to compare

This is a minor release of Color Monitor plugin for OBS Studio.

Changes in 0.4.4

  • histogram: Added a new feature to fix horizontal level.
  • histogram: Added a new feature to show graticules.
  • Added RPM packages for Fedora 35 and 36.

Limitation

  • Possible crash when changing scene-collection (Reported on the forum but couldn't be reproduced.), adding or removing docks.
    The author suggest to not add/remove docks or change scene-collection while streaming or recording is in progress.
  • Not all packages/binaries are tested.
    • Windows: 0.4.0 (zip packages) were the last tested release. Installer packages are not tested.
    • MacOS: 0.4.2 (zip, Intel packages) were the last tested release. ARM packages is also tested.
    • Ubuntu: 0.4.3 were the last tested release.
    • The source code is developed on Fedora 35.
  • histogram: On OBS 27, the horizontal graticule setting could be reset when opening the property. Use OBS 28 or later.
  • Possibly impact rendering time. Use this plugin before enough test.
    • Performance is much slower especially on macOS.
  • Accuracy of the result is not guaranteed. Use at your own risk.

Affiliate Promotion

  • Jimcom, a PTZ camera vendor, is now providing a coupon code FACETRACK20 for 20% discount and free shipping in the USA. Their cameras are compatible with obs-ptz plugin for OBS Studio.

Install

Click your OS name to expand to show details.

Windows

OBS Studio 27

Download obs-color-monitor-0.4.4-obs27-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

OBS Studio 28 or later

Download obs-color-monitor-0.4.4-obs28-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

macOS

OBS Studio 27 on Intel mac

Download installer obs-color-monitor-0.4.4-obs27-macos-x86_64.pkg and run installer.
Or, download zip package obs-color-monitor-0.4.4-obs27-macos-x86_64.zip and follow this guide to extract.

OBS Studio 28 or later

Download installer obs-color-monitor-0.4.4-obs28-macos-universal.pkg and run installer.
Or, download zip package obs-color-monitor-0.4.4-obs28-macos-universal.zip and follow this guide to extract.

Ubuntu

OBS Studio 27 on Ubuntu 20.04

Download package obs-color-monitor-0.4.4-obs27-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install ./obs-color-monitor-0.4.4-obs27-ubuntu-20.04-x86_64.deb

OBS Studio 27 on Ubuntu 22.04 or later

Download package obs-color-monitor-0.4.4-obs27-ubuntu-22.04-x86_64.deb and install with a command below.
sudo apt install ./obs-color-monitor-0.4.4-obs27-ubuntu-22.04-x86_64.deb

OBS Studio 28 or later on Ubuntu 20.04

Download package obs-color-monitor-0.4.4-obs28-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install ./obs-color-monitor-0.4.4-obs28-ubuntu-20.04-x86_64.deb

OBS Studio 28 or later on Ubuntu 22.04 or later

Download package obs-color-monitor-0.4.4-obs28-ubuntu-22.04-x86_64.deb and install with a command below.
sudo apt install ./obs-color-monitor-0.4.4-obs28-ubuntu-22.04-x86_64.deb

Fedora

These releases assume obs-studio comes from RPM Fusion repository.

OBS Studio on Fedora 36

obs-color-monitor-0.4.4-1.fc36.x86_64.rpm
obs-color-monitor-0.4.4-1.fc36.src.rpm

OBS Studio on Fedora 37

obs-color-monitor-0.4.4-1.fc37.src.rpm
obs-color-monitor-0.4.4-1.fc37.x86_64.rpm

OBS Color Monitor 0.4.3

31 Aug 18:11
0.4.3
5af0aed
Compare
Choose a tag to compare

This is a hotfix release of Color Monitor for OBS 28 on macOS.

Changes in 0.4.3

  • Linux: Fixed the plugin is not loaded by OBS Studio 28.
  • Linux: Fixed the source is not available on OBS Studio 27.
  • macOS: Build universal binary package for OBS Studio 28.
    If there is a problem, please try the previous version, which provides separated package for Intel and ARM architecture.

(No changes for Windows users.)

Changes in 0.4.2

  • Fixed macOS directory structure for OBS 28.0-rc1.
    There was a change after 28.0-beta2, which causes not loading the previous version.

Changes in 0.4.1

  • Fixed UUIDs for macOS installer, which were same as those in obs-plugintemplate.

Changes in 0.4.0

  • Prepare packages for OBS 28.0-beta1

Limitation

  • Possible crash when changing scene-collection (Reported on the forum but couldn't be reproduced.), adding or removing docks.
    The author suggest to not add/remove docks or change scene-collection while streaming or recording is in progress.
  • Not all packages/binaries are tested.
    • Windows: 0.4.0 (zip packages) were the last tested release. Installer packages are not tested.
    • MacOS: 0.4.2 (zip, Intel packages) were the last tested release. ARM packages is also tested.
    • Ubuntu: never tested but the source code is tested on Fedora 34.
  • Possibly impact rendering time. Use this plugin before enough test.
    • Performance is much slower especially on macOS.
  • Accuracy of the result is not guaranteed. Use at your own risk.

Affiliate Promotion

  • Jimcom, a PTZ camera vendor, is now providing a coupon code FACETRACK20 for 20% discount and free shipping in the USA.

Install

Click your OS name to expand to show details.

Windows

OBS Studio 27

Download obs-color-monitor-0.4.3-obs27-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

OBS Studio 28 or later

Download obs-color-monitor-0.4.3-obs28-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

macOS

OBS Studio 27 on Intel mac

Download installer obs-color-monitor-0.4.3-obs27-macos-x86_64.pkg and run installer.
Or, download zip package obs-color-monitor-0.4.3-obs27-macos-x86_64.zip and follow this guide to extract.

OBS Studio 28 or later

Download installer obs-color-monitor-0.4.3-obs28-macos-universal.pkg and run installer.
Or, download zip package obs-color-monitor-0.4.3-obs28-macos-universal.zip and follow this guide to extract.

Ubuntu

OBS Studio 27 on Ubuntu 20.04

Download package obs-color-monitor-0.4.3-obs27-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install ./obs-color-monitor-0.4.3-obs27-ubuntu-20.04-x86_64.deb

OBS Studio 27 on Ubuntu 22.04 or later

Download package obs-color-monitor-0.4.3-obs27-ubuntu-22.04-x86_64.deb and install with a command below.
sudo apt install ./obs-color-monitor-0.4.3-obs27-ubuntu-22.04-x86_64.deb

OBS Studio 28 or later on Ubuntu 20.04

Download package obs-color-monitor-0.4.3-obs28-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install ./obs-color-monitor-0.4.3-obs28-ubuntu-20.04-x86_64.deb

OBS Studio 28 or later on Ubuntu 22.04 or later

Download package obs-color-monitor-0.4.3-obs28-ubuntu-22.04-x86_64.deb and install with a command below.
sudo apt install ./obs-color-monitor-0.4.3-obs28-ubuntu-22.04-x86_64.deb

OBS Color Monitor 0.4.2

19 Aug 15:36
0.4.2
d8b923d
Compare
Choose a tag to compare

This is a hotfix release of Color Monitor for OBS 28 on macOS.

Changes in 0.4.2

  • Fixed macOS directory structure for OBS 28.0-rc1.
    There was a change after 28.0-beta2, which causes not loading the previous version.

Changes in 0.4.1

  • Fixed UUIDs for macOS installer, which were same as those in obs-plugintemplate.

Changes in 0.4.0

  • Prepare packages for OBS 28.0-beta1

Limitation

  • Possible crash when changing scene-collection (Reported on the forum but couldn't be reproduced.), adding or removing docks.
    The author suggest to not add/remove docks or change scene-collection while streaming or recording is in progress.
  • Not all packages/binaries are tested.
    • Windows: 0.4.0 (zip packages) were the last tested release. Installer packages are not tested.
    • MacOS: 0.4.2 (zip, Intel packages) were the last tested release. M1 packages are not tested.
    • Ubuntu: never tested but the source code is tested on Fedora 34.
  • Possibly impact rendering time. Use this plugin before enough test.
    • Performance is much slower especially on macOS.
  • Accuracy of the result is not guaranteed. Use at your own risk.

Affiliate Promotion

  • Jimcom, a PTZ camera vendor, is now providing a coupon code FACETRACK20 for 20% discount and free shipping in the USA.

Install

Click your OS name to expand to show details.

Windows

OBS Studio 27

Download obs-color-monitor-0.4.2-obs27-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

Or, download obs-color-monitor-0.4.2-obs27-Windows-Installer.exe and execute it.
The author does not recommend installer since the installer is not signed so that some anti-virus software might alarm.

OBS Studio 28 or later

Download obs-color-monitor-0.4.2-obs28-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

Or, download obs-color-monitor-0.4.2-obs28-Windows-Installer.exe and execute it.
The author does not recommend installer since the installer is not signed so that some anti-virus software might alarm.

macOS

OBS Studio 27 on Intel mac

Download installer obs-color-monitor-0.4.2-obs27-macos-x86_64.pkg and run installer.
Or, download zip package obs-color-monitor-0.4.2-obs27-macos-x86_64.zip and follow this guide to extract.

OBS Studio 28 or later on Intel mac

Download installer obs-color-monitor-0.4.2-obs28-macos-x86_64.pkg and run installer.
Or, download zip package obs-color-monitor-0.4.2-obs28-macos-x86_64.zip and follow this guide to extract.

OBS Studio 28 or later on Apple Silicon

Download installer obs-color-monitor-0.4.2-obs28-macos-arm64.pkg and run installer.
Or, download zip package obs-color-monitor-0.4.2-obs28-macos-arm64.zip and follow this guide to extract.

Note: If you are using OBS Studio 27 with Rosetta2, download Intel version.

Ubuntu

OBS Studio 27 on Ubuntu 20.04

Download package obs-color-monitor-0.4.2-obs27-ubuntu-20.04-x86_64.deb and install with sudo apt install obs-color-monitor-0.4.2-obs27-ubuntu-20.04-x86_64.deb.

OBS Studio 27 on Ubuntu 22.04 or later

Download package obs-color-monitor-0.4.2-obs27-ubuntu-22.04-x86_64.deb and install with sudo apt install obs-color-monitor-0.4.2-obs27-ubuntu-22.04-x86_64.deb.

OBS Studio 28 or later on Ubuntu 20.04

Download package obs-color-monitor-0.4.2-obs28-ubuntu-20.04-x86_64.deb and install with sudo apt install obs-color-monitor-0.4.2-obs28-ubuntu-20.04-x86_64.deb.

OBS Studio 28 or later on Ubuntu 22.04 or later

Download package obs-color-monitor-0.4.2-obs28-ubuntu-22.04-x86_64.deb and install with sudo apt install obs-color-monitor-0.4.2-obs28-ubuntu-22.04-x86_64.deb.

OBS Color Monitor 0.4.1

16 Aug 05:19
0.4.1
19d444d
Compare
Choose a tag to compare

This is a hotfix release of Color Monitor.

Changes in 0.4.1

  • Fixed UUIDs for macOS installer, which were same as those in obs-plugintemplate.

Changes in 0.4.0

  • Prepare packages for OBS 28.0-beta1

Limitation

  • Possible crash when changing scene-collection (Reported on the forum but couldn't be reproduced.)
  • Not all packages/binaries are tested.
    • Windows: 0.4.0 (zip packages) were the last tested release. Installer packages are not tested.
    • MacOS: 0.4.0 (zip, Intel packages) were the last tested release. M1 packages are not tested.
    • Ubuntu: never tested but the source code is tested on Fedora 34.
  • Possibly impact rendering time. Use this plugin before enough test.
    • Performance is much slower especially on macOS.
  • Accuracy of the result is not guaranteed. Use at your own risk.

Affiliate Promotion

  • Jimcom, a PTZ camera vendor, is now providing a coupon code FACETRACK20 for 20% discount and free shipping in the USA.

Install

Click your OS name to expand to show details.

Windows

OBS Studio 27

Download obs-color-monitor-0.4.1-obs27-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

Or, download obs-color-monitor-0.4.1-obs27-Windows-Installer.exe and execute it.
The author does not recommend installer since the installer is not signed so that some anti-virus software might alarm.

OBS Studio 28 or later

Download obs-color-monitor-0.4.1-obs28-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

Or, download obs-color-monitor-0.4.1-obs28-Windows-Installer.exe and execute it.
The author does not recommend installer since the installer is not signed so that some anti-virus software might alarm.

macOS

OBS Studio 27 on Intel mac

Download installer obs-color-monitor-0.4.1-obs27-macos-x86_64.pkg and run installer.
Or, download zip package obs-color-monitor-0.4.1-obs27-macos-x86_64.zip and follow this guide to extract.

OBS Studio 28 or later on Intel mac

Download installer obs-color-monitor-0.4.1-obs28-macos-x86_64.pkg and run installer.
Or, download zip package obs-color-monitor-0.4.1-obs28-macos-x86_64.zip and follow this guide to extract.

OBS Studio 28 or later on Apple Silicon

Download installer obs-color-monitor-0.4.1-obs28-macos-arm64.pkg and run installer.
Or, download zip package obs-color-monitor-0.4.1-obs28-macos-arm64.zip and follow this guide to extract.

Note: If you are using OBS Studio 27 with Rosetta2, download Intel version.

Ubuntu

OBS Studio 27 on Ubuntu 20.04

Download package obs-color-monitor-0.4.1-obs27-ubuntu-20.04-x86_64.deb and install with sudo apt install obs-color-monitor-0.4.1-obs27-ubuntu-20.04-x86_64.deb.

OBS Studio 27 on Ubuntu 22.04 or later

Download package obs-color-monitor-0.4.1-obs27-ubuntu-22.04-x86_64.deb and install with sudo apt install obs-color-monitor-0.4.1-obs27-ubuntu-22.04-x86_64.deb.

OBS Studio 28 or later on Ubuntu 20.04

Download package obs-color-monitor-0.4.1-obs28-ubuntu-20.04-x86_64.deb and install with sudo apt install obs-color-monitor-0.4.1-obs28-ubuntu-20.04-x86_64.deb.

OBS Studio 28 or later on Ubuntu 22.04 or later

Download package obs-color-monitor-0.4.1-obs28-ubuntu-22.04-x86_64.deb and install with sudo apt install obs-color-monitor-0.4.1-obs28-ubuntu-22.04-x86_64.deb.

OBS Color Monitor 0.4.0

03 Aug 15:16
0.4.0
Compare
Choose a tag to compare

This is an experimental release of Color Monitor supporting OBS 28.0-beta.

Changes from 0.3.2

  • Prepare packages for OBS 28.0-beta
  • Native support of Apple Silicon

Limitation

  • Possible crash when changing scene-collection (Reported on the forum but couldn't be reproduced.)
  • Not all packages/binaries are tested.
    • Windows: 0.4.0 (zip packages) were the last tested release. Installer packages are not tested.
    • MacOS: 0.4.0 (zip, Intel packages) were the last tested release. M1 packages are not tested.
    • Ubuntu: never tested but the source code is tested on Fedora 34.
  • Possibly impact rendering time. Use this plugin before enough test.
    • Performance is much slower especially on macOS.
  • Accuracy of the result is not guaranteed. Use at your own risk.

Affiliate Promotion

  • Jimcom, a PTZ camera vendor, is now providing a coupon code FACETRACK20 for 20% discount and free shipping in the USA.

Install

Click your OS name to expand to show details.

Windows

OBS Studio 27

Download obs-color-monitor-0.4.0-obs27-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

Or, download obs-color-monitor-0.4.0-obs27-Windows-Installer.exe and execute it.
The author does not recommend installer since the installer is not signed so that some anti-virus software might alarm.

OBS Studio 28

Download obs-color-monitor-0.4.0-obs28-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

Or, download obs-color-monitor-0.4.0-obs28-Windows-Installer.exe and execute it.
The author does not recommend installer since the installer is not signed so that some anti-virus software might alarm.

macOS

OBS Studio 27 on Intel mac

Download installer obs-color-monitor-0.4.0-obs27-macos-x86_64.pkg and run installer.
Or, download zip package obs-color-monitor-0.4.0-obs27-macos-x86_64.zip and follow this guide to extract.

OBS Studio 28 on Intel mac

Download installer obs-color-monitor-0.4.0-obs28-macos-x86_64.pkg and run installer.
Or, download zip package obs-color-monitor-0.4.0-obs28-macos-x86_64.zip and follow this guide to extract.

OBS Studio 28 on Apple Silicon

Download installer obs-color-monitor-0.4.0-obs28-macos-arm64.pkg and run installer.
Or, download zip package obs-color-monitor-0.4.0-obs28-macos-arm64.zip and follow this guide to extract.

Note: If you are using OBS Studio 27 with Rosetta2, download Intel version.

Ubuntu

OBS Studio 27 on Ubuntu 20.04

Download package obs-color-monitor-0.4.0-obs27-ubuntu-20.04-x86_64.deb and install with sudo apt install obs-color-monitor-0.4.0-obs27-ubuntu-20.04-x86_64.deb.

OBS Studio 27 on Ubuntu 22.04

Download package obs-color-monitor-0.4.0-obs27-ubuntu-22.04-x86_64.deb and install with sudo apt install obs-color-monitor-0.4.0-obs27-ubuntu-22.04-x86_64.deb.

OBS Studio 28 on Ubuntu 20.04

Download package obs-color-monitor-0.4.0-obs28-ubuntu-20.04-x86_64.deb and install with sudo apt install obs-color-monitor-0.4.0-obs28-ubuntu-20.04-x86_64.deb.

OBS Studio 28 on Ubuntu 22.04

Download package obs-color-monitor-0.4.0-obs28-ubuntu-22.04-x86_64.deb and install with sudo apt install obs-color-monitor-0.4.0-obs28-ubuntu-22.04-x86_64.deb.

OBS Color Monitor 0.3.2

29 Mar 05:00
0.3.2
934eecd
Compare
Choose a tag to compare

This is a hotfix release of Color Monitor.

Changes from 0.3.1

  • Fixed false-color
    • Prior to this fix, color between 0.42 and 0.48 were light purple, which was supposed to be dark grey as documented.
      Previous version tried to fix the issue but actually fixed only BT.601.

Install

Windows

Download obs-color-monitor-0.3.2-Windows-Installer.exe (provided below) and execute it.
Or, download obs-color-monitor-0.3.2-Windows.zip (provided below) and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

MacOS

Download obs-color-monitor-0.3.2-macos.zip (provided below) and extract in /Library/Application Support/obs-studio/plugins.
See also this guide.

Linux

Download and install obs-color-monitor-0.3.2-1_amd64.deb (provided below)
Or, compile from source for other distributions.

Limitation

  • Possible crash when changing scene-collection (Reported on the forum but couldn't be reproduced.)
  • Not all binaries are tested.
    • Windows: 0.2.6 was the last tested release.
    • MacOS: 0.2.3 was the last tested release.
    • Ubuntu: never tested but the source code is tested on Fedora 34.
  • Possibly impact rendering time. Use this plugin before enough test.
    • Performance is much slower especially on macOS.
  • Accuracy of the result is not guaranteed. Use at your own risk.

Affiliate Promotion

  • Jimcom, a PTZ camera vendor, is now providing a coupon code FACETRACK20 for 20% discount and free shipping in the USA.

OBS Color Monitor 0.3.1

25 Mar 07:41
0.3.1
574838f
Compare
Choose a tag to compare

This is a hotfix release of Color Monitor.

Changes from 0.3.0

  • Fixed false-color
    • Prior to this fix, color between 0.42 and 0.48 were light purple, which was supposed to be dark grey as documented.

Install

Windows

Download obs-color-monitor-0.3.1-Windows-Installer.exe (provided below) and execute it.
Or, download obs-color-monitor-0.3.1-Windows.zip (provided below) and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

MacOS

Download obs-color-monitor-0.3.1-macos.zip (provided below) and extract in /Library/Application Support/obs-studio/plugins.
See also this guide.

Linux

Download and install obs-color-monitor-0.3.1-1_amd64.deb (provided below)
Or, compile from source for other distributions.

Limitation

  • Possible crash when changing scene-collection (Reported on the forum but couldn't be reproduced.)
  • Not all binaries are tested.
    • Windows: 0.2.6 was the last tested release.
    • MacOS: 0.2.3 was the last tested release.
    • Ubuntu: never tested but the source code is tested on Fedora 34.
  • Possibly impact rendering time. Use this plugin before enough test.
    • Performance is much slower especially on macOS.
  • Accuracy of the result is not guaranteed. Use at your own risk.

Affiliate Promotion

  • Jimcom, a PTZ camera vendor, is now providing a coupon code FACETRACK20 for 20% discount and free shipping in the USA.