videogen_handler¶
Overview¶
- |
Classes¶
- class videogen_handler.VideoGenHandler(video_gen_text_prompt: str = None)¶
Bases:
vikit.common.handler.HandlerOverview
Methods¶ execute_async(video)Process the video generation binaries: the video binary is generated from Gen AI, hosted behind an API
Members
- async execute_async(video: vikit.video.video.Video)¶
Process the video generation binaries: the video binary is generated from Gen AI, hosted behind an API which could be distant as well as local. The video binary is then stored in a web storage or locally.
- Parameters:
video (Video) -- The video to process
- Returns:
The video with the media URL set to the generated video