add_image
Place still images, logos, or overlays onto a DaVinci Resolve timeline with a set duration, position, zoom, and opacity. Use higher tracks to overlay footage or insert at the playhead.
Instructions
Put an image on the timeline: import the still, place it with a real duration, and optionally position it.
This is the tool for logos, screenshots, overlays, title cards, and any generated picture. Use track_index=2 or higher to lay the image over existing footage; the track is created automatically when missing. Set at_playhead=True to place it at the current playhead instead of the end of the track.
pan_percent and tilt_percent move the image as a percentage of frame width and height from centre. zoom is a scale multiplier where 1.0 is the original size. opacity runs from 0 to 100. Verify with timeline_overview afterwards, and read the returned actual_duration_frames: Resolve can shorten a still.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| zoom | No | ||
| opacity | No | ||
| rotation | No | ||
| at_playhead | No | ||
| pan_percent | No | ||
| track_index | No | ||
| create_track | No | ||
| record_frame | No | ||
| tilt_percent | No | ||
| duration_frames | No | ||
| duration_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |