Timeline.grab_all_stills#

Timeline.grab_all_stills(still_frame_source: int) List[GalleryStill][source]#

Grabs stills from all the clips of the timeline and returns a list of GalleryStill objects.

Parameters:

still_frame_source (int) – 1 - First frame, 2 - Middle frame

Returns:

List of GalleryStill objects containing grabbed stills.

Return type:

List[GalleryStill]