Looking for a good method to create compilations

Deadlight

Senior Member
Jr. VIP
Joined
Sep 16, 2021
Messages
1,054
Reaction score
892
Looking for a good solution to automate compilation videos.

I don't need to scrape them, just merge them.

Short clips from TikTok and instagram (each less than 15 seconds)

Is there a script or tool that can merge a set number of videos together in random order into compilations

Example: the folder has 1000 short videos, I want to merge 50 clips together in random order to create a new compilation.

The final output should be 20 fresh compilation videos.
 
you can use a combination of Python scripting and video editing libraries like MoviePy
 
Brother, I understand what you mean. You want to make mashup-type videos, right? Similar to channels that feature landscapes, cute pets, or funny content, you can use Python to do this job and develop some synthesis strategies. However, I recommend that you first segment the footage properly. The more material you collect, the more each of your synthesized videos will be original,like this !

1713728087913.jpeg
 
Back
Top