vikit.video.seine_transition

Overview

Classes

SeineTransition

Base class for transitions between videos.

Classes

class vikit.video.seine_transition.SeineTransition(source_video: vikit.video.video.Video, target_video: vikit.video.video.Video)

Bases: vikit.video.transition.Transition

Base class for transitions between videos.

Overview

Methods

get_core_handlers(build_settings)

Get the handler chain of the video.

Members

get_core_handlers(build_settings: vikit.video.video.VideoBuildSettings) list[vikit.common.handler.Handler]

Get the handler chain of the video. Defining the handler chain is the main way to define how the video is built so it is up to the child classes to implement this method

At this stage, we should already have the enhanced prompt and title for this video

Returns:

The list of handlers to use for building the video

Return type:

list