Watching four videos at once with moviepy
Автор: Roast My Code
Загружено: 2024-01-27
Просмотров: 17
Описание:
Heres the code:
from moviepy.editor import VideoFileClip, clips_array
length = 8
clip1 = VideoFileClip("CLIP1.mov").subclip(0, 0 + length)
clip2 = VideoFileClip("CLIP2.mov").subclip(0, 0 + length)
clip3 = VideoFileClip("CLIP3.mov").subclip(0, 0 + length)
clip4 = VideoFileClip("CLIP4.mov").subclip(0, 0 + length)
combined = clips_array([[clip1,clip2]
,[clip3,clip4]])
combined.write_videofile("test.mp4")
Here is the tutorial video I watched if you wanna watch it:
• Split Screen Videos with MoviePy
Повторяем попытку...

Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: