Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crossfadeout not effect after CompositeVideoClip #2138

Open
verigle opened this issue Mar 18, 2024 · 0 comments
Open

crossfadeout not effect after CompositeVideoClip #2138

verigle opened this issue Mar 18, 2024 · 0 comments
Labels
bug Issues that report (apparent) bugs.

Comments

@verigle
Copy link

verigle commented Mar 18, 2024

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
@verigle verigle added the bug Issues that report (apparent) bugs. label Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that report (apparent) bugs.
Projects
None yet
Development

No branches or pull requests

1 participant