Original
This commit is contained in:
parent
62815fe58c
commit
100348f0a4
3 changed files with 4 additions and 25 deletions
2
video.py
2
video.py
|
@ -1,7 +1,7 @@
|
|||
import os
|
||||
from moviepy import *
|
||||
|
||||
def create_video_from_images_and_audio(image_folder, audio_folder, output_video):
|
||||
def create_video(image_folder, audio_folder, output_video):
|
||||
# Get sorted lists of images and audio files
|
||||
images = []
|
||||
audio_files = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue