StillManager.grab_all_still#

StillManager.grab_all_still(timeline: Timeline = None, grab_sleep_time: float = 0.5, still_position: float = 0.5)[source]#

Grab a still for each clip in the first video track and store metadata.

Parameters:
  • timeline (Timeline, optional) – Timeline to scan; defaults to the manager’s current timeline.

  • grab_sleep_time (float, optional) – Delay inserted after each grab so Resolve can finish writing the still.

  • still_position (float, optional) – Normalized position within each clip (0=start, 1=end); values outside the range are clamped.

Returns:

Still metadata accumulated so far.

Return type:

List[MarkerStill]