HA6Bots / Automatic-Youtube-Reddit-Text-To-Speech-Video-Generator-and-Uploader

A series of 3 programs that will automatically receive scripts from Reddit, allow the user to edit them, then be sent off to a video generator where they will be uploaded to YouTube automatically.
MIT License
610 stars 181 forks source link

Videos aren't exporting in offline mode #50

Closed A-Link-To-The-Future closed 3 years ago

A-Link-To-The-Future commented 3 years ago

Set the offline boolean to true. Recieve an error saying name in main_vid_with_audio is not defined. Sorry, a error occured rendering this video. Skipping it. i'm not seeing a place where you define main_vid_with_audio just apply the .write_videofile() function.

is this the issue?

HA6Bots commented 3 years ago

Hi, can you provide a complete log of the video generator output? Thanks.

A-Link-To-The-Future commented 3 years ago

image

HA6Bots commented 3 years ago

Hey your right. I merged some bad code last time. Please see the latest generatemovie.py file

A-Link-To-The-Future commented 3 years ago

Perfect, I appreciate the responsiveness. That did indeed resolve the issue.