vikit.video.building.handlers.video_reencoding_handler

Overview

Classes

VideoReencodingHandler

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

Classes

class vikit.video.building.handlers.video_reencoding_handler.VideoReencodingHandler

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 to reencode and normalize binaries, i.e. make it so the

Members

async execute_async(video, ml_models_gateway)

Process the video to reencode and normalize binaries, i.e. make it so the different video composing a composite have the same format

Parameters:

args -- The arguments: video, build_settings

Returns:

The composite video

Return type:

CompositeVideo