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

video.preview() has a bug after concatenate_videoclips in version 1.0.3 #2144

Open
ShubinZheng opened this issue Mar 28, 2024 · 0 comments
Open
Labels
bug Issues that report (apparent) bugs.

Comments

@ShubinZheng
Copy link

this is my python code
`from moviepy.editor import VideoFileClip, concatenate_videoclips

video_clip1 = VideoFileClip("video1.mp4")
video_clip2 = VideoFileClip("video2.mp4")

final_video = concatenate_videoclips([video_clip1, video_clip2])

final_video.preview()`
when running, there's an exception:
image
the class CompositeAudioClip has no attribute 'fps'
and I modify the init of CompositeAudioClip
image
and it works. when write_videofile() it doesn't have this bug, but preview() has this bug.
also find in version 2.0.1-dev

@ShubinZheng ShubinZheng added the bug Issues that report (apparent) bugs. label Mar 28, 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