Version: 1.5.0
This package contains the runtime files needed to install the Glamorous Filters OBS plugin.
It is intentionally a binary-first release package:
- included: plugin DLL and required OBS data files
- not included: C source, build scripts, dev docs, generators, project history
Glamorous Filters is a creator-focused OBS filter suite for facecams, webcams, capture cards, media sources, and scenes.
Main capabilities:
- creator-style LUT looks — 23 built-in LUTs across 16 categories
- beauty controls: smoothing, softness, eye lift
- color and tone shaping: exposure, contrast, saturation, temperature, shadows, highlights
- glow and bloom: soft glow, highlight bloom, vignette
- advanced detail finishing: texture recover, micro contrast, dehaze, clarity, sharpen
- built-in presets and quick-start profiles
- saved custom presets inside OBS
- custom LUT loading: PNG strip format and
.cubefiles - before and after preview modes, including split-screen compare
Three new LUT categories with 10 additional looks:
Film
- Kodak Warm — warm, slightly faded, lifted shadows, classic film emulation
- Fuji Cool — cool-green, moderately saturated, crisp
- Cross Process — high contrast, shifted tones, stylized
- Faded Film — very faded, muted, low saturation, lifted blacks
Portrait
- Golden Hour — warm golden glow, brightened, skin-flattering
- Porcelain — very soft, slightly warm, skin-brightening
Moody
- Blue Hour — desaturated, blue-tinted shadows, atmospheric
- Dark Forest — low-key, green-tinted, brooding
Natural (addition)
- Sunlit — bright, airy, clean with warm highlights
Cool (addition)
- Ocean Haze — soft teal, slightly desaturated, coastal feel
Selecting a LUT and then changing the category filter no longer clears the active LUT. The selected look now persists across category changes, so you can browse categories without losing your current selection.
Glamorous-Filters-OBS-v1.5.0/
README.md
RELEASE_NOTES.md
GITHUB_RELEASE_BODY.md
obs-plugins/
64bit/
glamorous-filters.dll
data/
obs-plugins/
glamorous-filters/
effects/
glamorous.effect
glamorous-blur.effect
locale/
en-US.ini
luts/
*.png (23 built-in LUTs)
- Close OBS Studio.
- Open your OBS Studio install folder.
- Copy the
obs-pluginsfolder from this package into the root of your OBS install. - Copy the
datafolder from this package into the root of your OBS install. - Allow overwrite if you are updating an older Glamorous Filters install.
- Launch OBS Studio.
Typical OBS install root on Windows:
C:\Program Files\obs-studio
Example final destination:
obs-plugins\64bit\glamorous-filters.dlldata\obs-plugins\glamorous-filters\effects\glamorous.effectdata\obs-plugins\glamorous-filters\locale\en-US.inidata\obs-plugins\glamorous-filters\luts\*.png
- In OBS, right-click a source.
- Choose
Filters. - Under
Effect Filters, addGlamorous Filters. - Start with a built-in preset or quick-start profile.
- Fine tune the look using the LUT, Beauty, Color, Tone, Glow, and Detail sections.
- Pick a preset from the Presets section.
- Lower or raise
Look Strengthto taste. - Set
Beauty Strengthfor how much skin smoothing you want. - Use
Texture RecoverandMicro Contrastto bring back crispness if smoothing feels heavy. - Use
Highlight Protectif the LUT feels too harsh on bright skin or practical lights.
| Category | What It Does |
|---|---|
| Natural | Clean, airy, true-to-life looks |
| Clean | Neutral, sharp, minimal grading |
| Warm | Golden and amber tones |
| Cool | Blue and teal tones |
| Cinematic | High contrast, filmic |
| Dreamy | Soft, pastel, romantic |
| Bright | Lifted exposure, vibrant |
| Soft Beauty | Flattering skin-focused looks |
| Vintage | Matte, faded, retro |
| Neon | Vivid, electric, night-mode |
| Night Stream | Dark, atmospheric, gaming-ready |
| TikTok Style | Saturated, punchy, mobile-optimized |
| Instagram Style | Soft warm tones, lifestyle |
| Film | Analog film emulation |
| Portrait | Skin-flattering, golden, soft |
| Moody | Dark, atmospheric, artistic |
The filter works on any OBS video source:
- webcams and facecams
- DSLR or mirrorless capture cards
- game capture cameras
- media sources
- scene sources
The plugin ships with built-in presets and 23 LUT looks.
Users can also:
- load custom LUT PNG strip files (
width = size × size,height = size) - load
.cubeLUT files - save their own presets from inside OBS
Saved presets and user LUTs live in the OBS config directory, not in this release package:
%APPDATA%\obs-studio\plugin_config\glamorous-filters\
This release excludes the C source tree and build tooling.
Important limitation:
- the two
.effectshader files are still shipped in plain text because the current OBS plugin architecture loads them from disk at runtime
If you want stronger protection in a future release, the next engineering step is:
- embed shaders into the DLL and load them from memory instead of external files
- Windows x64
- OBS Studio
32.1.1target baseline
When updating from an older version:
- overwrite the old DLL
- overwrite the old plugin data folder (this picks up new LUT files automatically)
- restart OBS fully
User presets and custom LUTs in the OBS config folder are not touched by this package.