Set Time Interpolation
set_time_interpolationSet time interpolation for a clip by choosing Frame Sampling, Frame Blending, or Optical Flow to determine how frames are generated during speed changes or retiming.
Instructions
Set time interpolation type for a clip (Frame Sampling, Frame Blending, Optical Flow). Uses QE DOM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip | |
| interpolation_type | Yes | 0 = Frame Sampling, 1 = Frame Blending, 2 = Optical Flow |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |