obs-get-filter-default-settings
Retrieve the default configuration settings for any OBS Studio filter type to establish baseline parameters for video production workflows.
Instructions
Gets the default settings for a filter kind
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filterKind | Yes | Filter kind to get the default settings for |
Input Schema (JSON Schema)
{
"properties": {
"filterKind": {
"description": "Filter kind to get the default settings for",
"type": "string"
}
},
"required": [
"filterKind"
],
"type": "object"
}