mirror of
https://github.com/chev2/shitpost-video-generator.git
synced 2025-10-30 08:12:03 +00:00
Add print when rendering final video
This commit is contained in:
parent
12298bc741
commit
42d545d7ff
1 changed files with 3 additions and 0 deletions
3
main.py
3
main.py
|
|
@ -233,6 +233,9 @@ finalVideoFilename = f'output/result_seed-{seed}_{videoAmount}{"_effects" if sho
|
|||
# Create output directory if it doesn't exist
|
||||
if not path.exists("output"): mkdir("output")
|
||||
|
||||
print("")
|
||||
print("Rendering final video...")
|
||||
print("")
|
||||
finalVideo.audio = editor.CompositeAudioClip([finalVideo.audio] + audioObjects)
|
||||
finalVideo.write_videofile(finalVideoFilename, fps=30, audio_bitrate="96k")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue