This commit is contained in:
Joachim 2025-04-20 11:41:31 +02:00
parent 62815fe58c
commit 100348f0a4
3 changed files with 4 additions and 25 deletions

View file

@ -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 = []