obs-shaderfilter-plus
obs-shaderfilter-plus copied to clipboard
obs-shaderfilter rewritten in Rust and improved
``` error[E0428]: the name `FE_INVALID` is defined multiple times --> /home/fratti/Projekte/obs-shaderfilter-plus/target/release/build/obs-sys-0941a661be0ede12/out/bindings.rs:7844:1 | 499 | pub const FE_INVALID: u32 = 1; | ------------------------------ previous definition of the value `FE_INVALID` here ......
Hi there, I was wondering if anyone has tried to build this for macOS yet, or if there's any pointers that I might need to look at if I wanted...
I figure I'd help out on #7 by converting some of the filters I'm using from [obs-shaderfilter](https://github.com/Oncorporation/obs-shaderfilter). Made sure these worked well in Linux and the GLSL conversion. I can't...
Limeth, Is there a website that provides shaders that are compatible with the OBS Shader Plus plugin that you created? I'm looking fore more working examples that will work with...
this example is for create a rounded border using rectangles, its not perfect but well customized and for em its ok :)
Installation seemed pretty straightforward, I downloaded it and placed it in obs-plugins, in the 64bit folder. Did this with obs closed, and opened it after. Tried to add the filter...
When applying negative delay to audio sources in OBS, OBS will internally delay both video and audio mix buffers by the maximum negative delay amount, so that it has room...
Somewhat related to #30 and #35 Running `snap info obs-studio` shows: ``` name: obs-studio summary: Free and open source software for live streaming and screen recording publisher: Snapcrafters store-url: https://snapcraft.io/obs-studio...
I'm trying to install shaderfilter-plus after switching to Linux recently, and I'm having issues installing it. I read through the readme and #30, but I don't have the folders mentioned...
Invalid type 'mat4' used for assignment. it seems that it cant read mat4... and how do i choose glsl version without getting `Unexpected token after preprocessor, expected newline` error?