Xaymar

Results 152 comments of Xaymar

Please provide a log file as required by the form.

The option `-p` launches OBS Studio in portable mode, which places the entirely OBS Studio data structure somewhere else than `~/.config/`. You will have to verify that you have both...

Seems like the behavior for OBS Studio built with OBS_UNIX_STRUCTURE is different and instead always prefers `os_get_config_path`. Without that define present, the behavior would be to have the configuration, log...

At the current time, `config.json` is saved when [streamfx::configuration](https://github.com/Xaymar/obs-StreamFX/blob/master/source/configuration.cpp#L44-L64) is destroyed. This happens when [`obs_module_unload` is called](https://github.com/Xaymar/obs-StreamFX/blob/master/source/plugin.cpp#L324) and should happen every time you close OBS Studio. So the interesting information...

It's probably wiser to fix whatever is causing your OBS Studio to freeze. As it is right now, the behavior is correct even if it does not work in your...

Will fix this with a debounced save happening up to 100ms after the last write. This will prevent not saving on crashes, unless the crash happens before the first save...

Oops accidentally implemented this in almost no time at all.

"Linear" variants will become the default in the future, and have been phased out as a separate option. There is a WIP complete rework of the blur filter. Please use...

Dual Filtering can only be controlled in 2^N steps, where you control N. After a size of 16px (4 in Dual Filtering), there is practically no practical need for other...

Since the option to select them will be removed entirely and just become the same as selecting "Box" or "Gaussian" (Dual Filtering will also be merged into "Gaussian"!) it won't...