set_timeline_item_property
Set properties like Pan, Tilt, Zoom, or Opacity on a specific timeline item in DaVinci Resolve by defining track type, track index, and item index.
Instructions
Set a property on a specific timeline item.
Parameters:
property_key: Property name (e.g. "Pan", "Tilt", "ZoomX", "ZoomY", "Opacity", "CropLeft", "CropRight", "CropTop", "CropBottom", "RotationAngle", "FlipX", "FlipY", "CompositeMode", "RetimeProcess", "Scaling", etc.)
property_value: Value to set (will be auto-converted to appropriate type)
track_type: "video", "audio", or "subtitle" (default: "video")
track_index: 1-based track index (default: 1)
item_index: 0-based index of the item in the track (default: 0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| property_key | Yes | ||
| property_value | Yes | ||
| track_type | No | video | |
| track_index | No | ||
| item_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |