-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Filter Blur
With blur you can hide information, create complex glow effects, or just enhance the background of your transparent webcam overlay! Whether you choose to put more focus on yourself by blurring the game behind the webcam, or if you just decide to hide a small area on the screen - the choice is yours!
- Easy BLUR EFFECT PLUGIN For ANY OBS SOURCE! by Anilippi
- Dynamic Mask Input by Xaymar
Selects the kernel type to use for filtering, each has a unique effect on the output image.
Changes the filtering mode for this kernel, not all modes may be supported by all kernels.
Unit-less size of the blur. Unless otherwise stated, assume no unit applies.
Angle of the rotational blur, in degrees. Does nothing if size is too small.
Center of the rotational or zoom blur, in percent.
Enabling step scaling allows you to control how much the sample point moves for each kernel step. Higher values than 100 can be used to simulate a larger blur size than you've actually selected. Feature availability depends on kernel type.
Enables masking which does nothing more than blend between a fully blurred image and the original image. It can either work based on a rectangular region, an image, or another source.
Named after its distinctive Box
like shape, it is very simple to calculate but also does not look great. It supports all filter types.
A slightly more optimized version of Box
, which sacrifices accuracy for a 50% performance gain. It only supports Area and Directional filter types.
A gaussian blur kernel where all weights are determined by a normalized gaussian bell curve. Supports Area, Directional, Rotation and Zoom filtering types. It is very expensive to use.
A ~98% correct approximation of the Gaussian kernel. It is incredibly lightweight compared to the real thing, and can even run on mobile early mobile GPUs in real time. The size is set as pow(2, N)
, so it is very granular in control - however at the same time it is insanely more performant than Gaussian Blur at comparable sizes.
This work is licensed under a Creative Commons Attribution 4.0 International License.
The wiki has been under repeated automated attacks by bots, with attempts to phish or infect unsuspecting users with malware, trojans and similar software. As a response to these attacks and GitHubs complete ineptitude at handling this situation, we have decided to write-protect the wiki for the time being. If you wish to submit changes to the wiki, please do so over Discord. Thank you for understanding!
- 🟢 3D Transform
- 🔴 Auto-Framing
- 🟠 Blur
- 🟢 Color Grading
- 🔴 Denoising
- ❌ Displacement Mapping
- 🟢 Dynamic Mask
⚠️ SDF Effects- 🔴 Shaders
- 🔴 Spout
- 🔴 Upscaling
- 🔴 Virtual Greenscreen
- 🔴 Shaders
- 🔴 Sink
⚠️ Source Mirror
- 🔴 Shaders