set_effect_property
Modify a specific effect property on a clip by providing the clip node ID, effect name, property name, and value. Input numeric or string values to control parameters like Scale, Opacity, or Position.
Instructions
Set the value of a specific effect property on a clip
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Number or string value to set. Use the exact JSON string reported for a MOGRT text or graphic parameter. | |
| node_id | Yes | Node ID of the clip | |
| effect_name | Yes | Display name of the effect (e.g., 'Motion', 'Opacity') | |
| property_name | Yes | Display name of the property (e.g., 'Scale', 'Position', 'Opacity') |