Merge branch 'master' into master

pull/280/head
James Aaron Erang 3 years ago committed by GitHub
commit 866074f77e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -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:

Loading…
Cancel
Save