Ask a question to get started
Enter to send•Shift+Enter new line
extract_video_frames( content: bytes, *, offset_seconds: float, duration_seconds: float, sampling_rate:
content
bytes
offset_seconds
float
duration_seconds
sampling_rate
Decode sampled frames from a video byte payload.
Raw bytes of the video file (as returned by the backend).
Seconds into the source to start sampling. Must be non-negative.
Seconds of source to sample. Must be > 0.
Frames per second to emit. > 0.