|
|
|
@ -43,7 +43,10 @@ def name_normalize(name: str) -> str:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def make_final_video(
|
|
|
|
|
number_of_clips: int, length: int, reddit_obj: dict, background_config: Tuple[str, str, str, Any]
|
|
|
|
|
number_of_clips: int,
|
|
|
|
|
length: int,
|
|
|
|
|
reddit_obj: dict,
|
|
|
|
|
background_config: Tuple[str, str, str, Any],
|
|
|
|
|
):
|
|
|
|
|
"""Gathers audio clips, gathers all screenshots, stitches them together and saves the final video to assets/temp
|
|
|
|
|
Args:
|
|
|
|
|