obs-create-source-filter
Add a filter to a source in OBS Studio by specifying the source name, filter name, filter type, and initial settings.
Instructions
Creates a new filter, adding it to the specified source
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourceName | Yes | Name of the source to add the filter to | |
| filterName | Yes | Name of the new filter to be created | |
| filterKind | Yes | The kind of filter to be created | |
| filterSettings | No | Settings object to initialize the filter with |