Skip to content

Install MacOS

Norihiro Kamae edited this page May 26, 2021 · 8 revisions

Introduction

This page describes the install procedure step-by-step.

Contents

GUI installation from DMG package

  1. Download and open the dmg package. A window with two icons will appear.
  2. Drag and drop obs-color-monitor into plugins displayed the window.

Note that if you never installed other plugins, you need to create a directory /Library/Application Support/obs-studio/plugins before this step.

GUI installation from ZIP package

  1. Download and open the zip package on a Finder. Once you open the file, a folder named obs-color-monitor will be created.
  2. Open a new Finder window and go to /Library/Application Support/obs-studio/plugins.
    1. Type Command + Shift + G and input /.
    2. Then, enter Library, ..., plugins.
  3. Copy the folder obs-color-monitor into plugin.

Once you copied obs-color-monitor, the directory structure will be as below.

Terminal installation from ZIP package

Type these commands on Terminal.

sudo mkdir -p '/Library/Application Support/obs-studio/plugins'
cd '/Library/Application Support/obs-studio/plugins'
unzip ~/Downloads/obs-color-monitor-0.1.5-macos.zip
Clone this wiki locally