|
|
@ -11,7 +11,7 @@ from utils.console import print_step, print_substep
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def get_start_and_end_times(video_length: int, length_of_clip: int) -> tuple[int, int]:
|
|
|
|
def get_start_and_end_times(video_length: int, length_of_clip: int) -> tuple[int, int]:
|
|
|
|
"""Generates a random interval of time to be used as the beckground of the video.
|
|
|
|
"""Generates a random interval of time to be used as the background of the video.
|
|
|
|
|
|
|
|
|
|
|
|
Args:
|
|
|
|
Args:
|
|
|
|
video_length (int): Length of the video
|
|
|
|
video_length (int): Length of the video
|
|
|
|