get_clip_properties
Get detailed clip properties, including motion values (opacity, scale, rotation, position) with position in normalized and pixel coordinates to verify framing without exporting a frame.
Instructions
Gets detailed properties of a clip, INCLUDING current Motion values (opacity/scale/rotation/position). Position is returned both normalized (0..1) and in PIXELS (motion.position, using the sequence frame size) so you can verify or copy framing without exporting a frame. Pass sequenceId when the clip ID came from list_sequence_tracks for a non-active sequence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clipId | Yes | The ID of the clip | |
| sequenceId | No | Optional sequence ID to search. If omitted, searches the active sequence first, then all sequences. |