I am trying to code a program that takes video files from a dir and merges them using moviepy.
Sth like that:
dir: file1, file2, file3
final_video = concatenate_videoclips(dir)
found an answer: Combine mp4 files by order based on number from filenames in Python