vikit.video.building.handlers.video_reencoding_handler ====================================================== .. py:module:: vikit.video.building.handlers.video_reencoding_handler Overview -------- .. list-table:: Classes :header-rows: 0 :widths: auto :class: summarytable * - :py:obj:`VideoReencodingHandler ` - Helper class that provides a standard way to create an ABC using Classes ------- .. py:class:: VideoReencodingHandler Bases: :py:obj:`vikit.common.handler.Handler` Helper class that provides a standard way to create an ABC using inheritance. .. rubric:: Overview .. list-table:: Methods :header-rows: 0 :widths: auto :class: summarytable * - :py:obj:`execute_async `\ (video, ml_models_gateway) - Process the video to reencode and normalize binaries, i.e. make it so the .. rubric:: Members .. py:method:: execute_async(video, ml_models_gateway) :async: Process the video to reencode and normalize binaries, i.e. make it so the different video composing a composite have the same format :param args: The arguments: video, build_settings :returns: The composite video :rtype: CompositeVideo