This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# How to use this script in OBS: | |
# You need Python 3.6 installed | |
# 1. Open OBS > Tools > Scripts | |
# 2. Copypaste the Python 3.6 install directory into Python Settings tab. | |
# 3. Download this file onto your computer and put it somewhere safe | |
# 4. Add the script to the list of Loaded Scripts by clicking the + at the bottom left | |
# 5. Select the script from the list and select the correct output source you want to apply the effect to. | |
# If you can't find the correct source, scroll to the bottom of the file to see if your source is filtered out | |
# The source you selected must have a Color Correction filter, that has been renamed to "Hue Shift". | |
# The script won't work otherwise. I couldn't figure out how to list all the filters in a dropdown because |