diff --git a/main.py b/main.py index d206a6a..39f5c7d 100644 --- a/main.py +++ b/main.py @@ -8,6 +8,7 @@ from video_creation.background import download_background, chop_background_video from video_creation.voices import save_text_to_mp3 from video_creation.screenshot_downloader import download_screenshots_of_reddit_posts from video_creation.final_video import make_final_video + from utils.console import print_markdown diff --git a/video_creation/final_video.py b/video_creation/final_video.py index 33a90f5..569853e 100644 --- a/video_creation/final_video.py +++ b/video_creation/final_video.py @@ -32,6 +32,7 @@ def make_final_video(number_of_clips): .resize(height=H) .crop(x1=1166.6, y1=0, x2=2246.6, y2=1920) ) + try: float(os.getenv("OPACITY")) except: