2024-04-17 00:43:44 +02:00
|
|
|
# OBSBlur
|
|
|
|
...allows the _safer_ use of DisplayCaptures in OBS Studio, by overlaying an image
|
2024-04-17 00:50:59 +02:00
|
|
|
over specific windows.
|
|
|
|
|
|
|
|
### There is no guarantee that there will be absolutely no information spill. No responsibility is taken by me.
|
2024-04-17 00:43:44 +02:00
|
|
|
|
|
|
|
## Prerequisites
|
|
|
|
OBS-Websocket (now included in OBSStudio by default).
|
|
|
|
|
|
|
|
## Installation and configuration
|
2024-04-17 00:49:52 +02:00
|
|
|
[Download](https://git.bernloehr.eu/glax/OBSBlur/releases), or compile, OBSBlur and start.
|
2024-04-17 00:43:44 +02:00
|
|
|
A `config.json` will be created in the same folder.
|
|
|
|
|
|
|
|
Edit values to match OBS-Websocket settings (include `ws://` before the address).
|
|
|
|
|
|
|
|
There is two options for blurring:
|
|
|
|
1. By executable (e.g. chrome.exe) `BlurPrograms`
|
|
|
|
2. By window-title `BlurWindows`
|
|
|
|
|
2024-04-17 00:49:52 +02:00
|
|
|
`EnabledScenes` is a collection of Scene-Names (OBS) where there is a
|
|
|
|
DisplayCapture. Each of these Scenes needs a template (Source) called "Blur".
|
2024-04-17 00:50:59 +02:00
|
|
|
|
2024-04-17 00:49:52 +02:00
|
|
|
![Blur](Blur.png)
|
2024-04-17 00:50:59 +02:00
|
|
|
|
2024-04-17 00:49:52 +02:00
|
|
|
This will be used for all Blurs, and can be hidden.
|
2024-04-17 00:43:44 +02:00
|
|
|
|
|
|
|
`DisplayCaptureName` is the name of the SceneItem (Source) that should be referenced for position.
|