Still working on this project. I'm still learning and want to understand the clips_array function:
combined = clips_array([[clips[i] for i in range(j, j + 3)] for j in range(0, len(clips), 3)])
How can i change the amount of clips on the axis?