Download obs effect files
Search titles only. Search Advanced search…. Latest reviews. Search resources. Log in. For a better experience, please enable JavaScript in your browser before proceeding.
OBS Shaderfilter Version 1. Author Surn Creation date Mar 19, Tags obs plugins shader special effects. Overview Updates 15 Reviews 18 History Discussion. The filter can be added to any source through the "Filters" option when right-clicking on a source. The name of the filter is "User-defined shader. Existing textures are not deleted so as to not disrupt you current scenes. I will make "How To" instructional videos on my twitch.
Optional color space corrections blink. Note that this is done with a simple uniform blur, so it won't look quite as good as a proper Gaussian blur.
Includes support for alpha channels. This is useful as a starting point for developing new effects, especially those that might need a custom vertex shader. This project is licensed under the " Unlicense ", because copy[right left] is a hideous mess to deal with and I don't like it. Skip to content. Star OBS Studio filter for applying an arbitrary shader to a source. Unlicense License. Branches Tags. Could not load branches.
Could not load tags. Latest commit. Git stats 16 commits. Failed to load latest commit information. View code. Once downloaded, open the package. After opening the installer, drag the OBS icon into the Applications folder. Go to the bottom left of the Desktop and click on the Menu icon. In the Now if you have got the latest version, you just need to add the official PPA into your Ubuntu version and install the open-source OBS version by following the below commands: Commands:.
Notwithstanding, OBS is muddled. Furthermore, it is enormous and numerous clients grumble that OBS dials back their PCs when it is running. Wondershare DemoCreator is one of the most mainstream screen recording software which empowers you to catch any exercises on your PC.
This OBS alternative software can give you an incredible screencasting experience. That is the reason the instrument appreciates reputation among gamers and film fans who are keen on much of the time making video cuts in the fastest way conceivable. Regardless of whether you are a YouTuber or a video gamer, DemoCreator can be an incredible assistant to record your PC screen.
It can catch top-notch video up to FPS. This option in contrast to OBS furnishes you with each recording mode. If you wish to customize the vertex shader or other parts of the effect for some reason, you can check the "Use Effect File. Any parameters you add to your shader defined as uniform variables will be detected by the plugin and exposed in the properties window to have their values set.
Currently, only int , float , bool , string , texture2d , and float4 parameters are supported. Note that if your shader has syntax errors and fails to compile, OBS does not provide any error messages; you will simply see your source render nothing at all. The plugin automatically populates a few parameters which your shader can use.
If you choose to override the entire effect, be sure to define these as uniform variables and use them where necessary. The filter should gracefully handle these variables being missing, but the shader may malfunction.
These can be used as-is for some hopefully useful common tasks, or used as a reference in developing your own shaders. Note that the. Text files with any extension can be loaded.
In a standard,. I recommend. If you wish to build the obs-shaderfilter plugin from source, you should just need CMake and the OBS Studio libraries and headers. I don't believe that the OBS project provides prebuilt libraries; you're probably going to have the best luck building your own OBS binaries from the source.
Refer to the OBS repository for more information on that.