Class Video (1.48.0)

Video(
    video_bytes: typing.Optional[bytes] = None, gcs_uri: typing.Optional[str] = None
)

Video.

Methods

Video

Video(
    video_bytes: typing.Optional[bytes] = None, gcs_uri: typing.Optional[str] = None
)

Creates an Image object.

Parameters
NameDescription
video_bytes typing.Optional[bytes]

Video file bytes. Video can be in AVI, FLV, MKV, MOV, MP4, MPEG, MPG, WEBM, and WMV formats.

gcs_uri typing.Optional[str]

Image URI in Google Cloud Storage.

load_from_file

load_from_file(location: str) -> vertexai.vision_models.Video

Loads video from local file or Google Cloud Storage.

Parameter
NameDescription
location str

Local path or Google Cloud Storage uri from where to load the video.

save

save(location: str)

Saves video to a file.

Parameter
NameDescription
location str

Local path where to save the video.