vikit.video.transition¶
Overview¶
Base class for transitions between videos. |
Classes¶
- class vikit.video.transition.Transition(source_video: vikit.video.video.Video, target_video: vikit.video.video.Video)¶
Bases:
vikit.video.video.VideoBase class for transitions between videos.
Overview
Methods¶ Get the background music prompt from the source and target videos.
-
Members
- generate_background_music_prompt()¶
Get the background music prompt from the source and target videos.
- Returns:
The background music prompt
- Return type:
- get_title()¶