Video#

Video Operations#

Video frame operators for extraction pipelines.

video_metadata(*columns[, on_error, ...])

Probe lightweight video metadata from a URI/path.

video_split(*columns[, segment_duration_ms, ...])

Split a video URI or segment ref into metadata-only segment refs.

video_explode_frames(*columns[, ...])

Expand selected video frames into one output row per frame.

video_extract_frames(*columns[, ...])

Extract selected frames as an array on the same output row.

Video Codec#

Codec and format conversion helpers for multimodal data.

Video codec helpers backed by Java-side Flink FileSystem reads.

open_video_container(uri, bridge_client, *)

Opens a video container with PyAV using a Java-backed seekable file.

extract_video_frames(video_input, ...[, ...])

Decode selected frames from a full video or metadata-only video segment.

probe_video_metadata(uri, bridge_client, *)

Read lightweight video metadata from container headers.