As suggested, concatenate_videoclips joins the videos, but I want a different way. It looks like concatenate_videoclips merges 2 videos together so that they are played simultaneously.
What I want from moviepy is to join 3 videos A, B and C, as a single video, D. In the joined video D, A is played first, followed by B, with C being the last video played. So I would like to join the videos in Order, instead of merging them in a single frame.
Thanks!
I tried concatenate_videoclips, which takes the paraprahsed video files via VideoFileClip.
In the joined video, I want each video to be played on after another. However, they are played simultaneously