vikit.video.building.handlers.transition_handler

Overview

Classes

VideoBuildingHandlerTransition

Helper class that provides a standard way to create an ABC using

Classes

class vikit.video.building.handlers.transition_handler.VideoBuildingHandlerTransition

Bases: vikit.common.handler.Handler

Helper class that provides a standard way to create an ABC using inheritance.

Overview

Methods

execute_async(video, ml_models_gateway)

Process the video generation binaries: we actually do ask the video to build itself

Members

async execute_async(video: vikit.video.video.Video, ml_models_gateway: vikit.gateways.ML_models_gateway.MLModelsGateway)

Process the video generation binaries: we actually do ask the video to build itself as a video binary (typically an MP4 generated from Gen AI, hosted behind an API), or to compose from its inner videos in case of a child composite video

Parameters:

args -- The arguments: video, build_settings, video.media_url, target_file_name

Returns:

The composite video

Return type:

CompositeVideo