Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 715 Bytes

File metadata and controls

16 lines (11 loc) · 715 Bytes

ExtractFramesAtTimestampsOperation

Extracts frames from the video at specified timestamps. If only one dimension is specified, the other is calculated to preserve aspect ratio.

Properties

Name Type Required Description
height Optional[int] No The desired height in pixels.
width Optional[int] No The desired width in pixels.
timestamp float Yes The timestamp in seconds.
type Literal["extractFramesAtTimestamps"] Yes None

[Back to Model list] [Back to API list] [Back to README]