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

concatenate_videoclips with fadein fadeout #743

Closed
PyB1l opened this issue Mar 15, 2018 · 0 comments
Closed

concatenate_videoclips with fadein fadeout #743

PyB1l opened this issue Mar 15, 2018 · 0 comments

Comments

@PyB1l
Copy link

PyB1l commented Mar 15, 2018

I' ve tried this:
video_clips = [VideoFileClip(video['src']).subclip(video['start'], video['stop']) for video in video_list] for clip in video_clips[1:]: clip.fx(fadein, 1) final_video = concatenate_videoclips(video_clips) final_video.write_videofile(outfile)

But all i get is videos concatenated with no fadein

@PyB1l PyB1l closed this as completed Mar 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant