transition_handler

Overview

Classes

class transition_handler.VideoBuildingHandlerTransition

Bases: vikit.common.handler.Handler

Overview

Methods

execute_async(video)

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

Members

async execute_async(video: vikit.video.video.Video)

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