|
|
|
@ -15,13 +15,14 @@ from utils.console import print_markdown, print_step, print_substep
|
|
|
|
|
from utils.ffmpeg_install import ffmpeg_install
|
|
|
|
|
from utils.id import id
|
|
|
|
|
from utils.version import checkversion
|
|
|
|
|
from video_creation.background import (chop_background,
|
|
|
|
|
from video_creation.background import (
|
|
|
|
|
chop_background,
|
|
|
|
|
download_background_audio,
|
|
|
|
|
download_background_video,
|
|
|
|
|
get_background_config)
|
|
|
|
|
get_background_config,
|
|
|
|
|
)
|
|
|
|
|
from video_creation.final_video import make_final_video
|
|
|
|
|
from video_creation.screenshot_downloader import \
|
|
|
|
|
get_screenshots_of_reddit_posts
|
|
|
|
|
from video_creation.screenshot_downloader import get_screenshots_of_reddit_posts
|
|
|
|
|
from video_creation.voices import save_text_to_mp3
|
|
|
|
|
|
|
|
|
|
__VERSION__ = "3.2.1"
|
|
|
|
|