remove_effect
Remove an effect from a video clip by providing its index or name.
Instructions
Remove an effect from a clip by its index or name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip | |
| effect_index | No | Index of the effect to remove (0-based). Use get_clip_properties to see effects list. | |
| effect_name | No | Name of the effect to remove (alternative to effect_index) |