Zulko / moviepy

Video editing with Python

Home Page:https://zulko.github.io/moviepy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crossfadeout not effect after CompositeVideoClip

verigle opened this issue · comments

from moviepy import *
concat_video_clip = CompositeVideoClip([clip1, clip2], size=(video_width, video_height))

concat_video_clip = concat_video_clip.crossfadeout(magic_time)

Expected Behavior

crossfadeout can effect on clip for concat_video_clip

Actual Behavior

crossfadeout not effect on clip for concat_video_clip

Steps to Reproduce the Problem

Specifications

  • Python Version: 3.10
  • MoviePy Version: 2.0.0.dev2( build for latest code for master branch)
  • Platform Name: Ubuntu
  • Platform Version: 22.04