Resource icon

Free Command line tool for obs-websocket plugin (Windows) 1.6.3

- Added new command "slidesetting" fade any filter setting in and out
- Added new command "slideasync" to fade any filter setting in and out asynchronous
- Added new command "sendjson", allows sending more complex commands as json string
- Added option "-1" for fadeopacity startopacity and endopacity to fade from/to current value
- Added feature to fade opacity

/fadeopacity=mysource,myfiltername,startopacity,endopacity,[fadedelay],[fadestep]
- Added support for subcommands

(e.g. "filterSettings=key_color_type=blue")

Samples:
/command=SetSourceFilterSettings,sourceName="Media Source",filterName="Chroma Key",filterSettings=key_color_type=blue

/command=SetSourceFilterSettings,sourceName="Media Source",filterName="Chroma Key",filterSettings=opacity=50
- Added output of result for commands
- Updated obs-websocket-plugin to 4.7.0
- Added /delay (single delay) and /setdelay (global delay) feature
- Fixed decimal separator issue
- Fixed integers, double and boolean parameters not working correctly with /command
- Switched to new generalized obs-websocket-dotnet library
- General user commands with parameters are now much more flexible
- Added togglesource command
- Changed syntax of /command now using comma instead of space as separator between command and optional parameter
Top