vikit.video.building.handlers.fixed_image_video_handler ======================================================= .. py:module:: vikit.video.building.handlers.fixed_image_video_handler Overview -------- .. list-table:: Classes :header-rows: 0 :widths: auto :class: summarytable * - :py:obj:`FixedImageVideoGenHandler ` - Handler used to generate a fixed video displaying an image Classes ------- .. py:class:: FixedImageVideoGenHandler Bases: :py:obj:`vikit.common.handler.Handler` Handler used to generate a fixed video displaying an image .. rubric:: Overview .. list-table:: Methods :header-rows: 0 :widths: auto :class: summarytable * - :py:obj:`execute_async `\ (video, ml_models_gateway) - Execute the handler asynchronously. .. rubric:: Members .. py:method:: execute_async(video: vikit.video.video.Video, ml_models_gateway: vikit.gateways.ML_models_gateway.MLModelsGateway) :async: Execute the handler asynchronously. :param object_to_transforms: The object to transform prompt to process. It usually includes build settings :param \*\*kwargs: Additional arguments :returns: the transformed object_to_transforms