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

moviepy is awesome #125

Closed
Netherdrake opened this issue Feb 12, 2015 · 5 comments
Closed

moviepy is awesome #125

Netherdrake opened this issue Feb 12, 2015 · 5 comments

Comments

@Netherdrake
Copy link

I would like to express a sincere gratitude to Zulko and all contributors to moviepy.

I remember first using moviepy about 8 months ago, and it was a bit of the struggle back then.

The library's stability has improved substantially (this time it 'just works'), new features are awesome and the documentation is much much better.

I can't believe I managed to solve a pesky video editing automation problem in just one afternoon.
This library has just made our life infinitely better. Thank you all again!

@mgaitan
Copy link
Collaborator

mgaitan commented Feb 12, 2015

👍 a well deserved not-a-bug report ❤️

@Zulko
Copy link
Owner

Zulko commented Feb 13, 2015

Thanks guys !

8 months ago MoviePy was about 8 months old you gotta give it time to improve :)

The stability gain is due in part to people reporting/patching bugs on their OS, and in part to the use of ImageIO, which can download/install the ffmpeg binaries across all platforms. Following my last blog post I got many people who tried to reproduce my examples, including python beginners, and it all worked (well, 90% of it), that's really an improvement !

The documentation lacks one big thing I think: a cookbook with recipes for the most common uses. That would help more people getting started.

Cheers !

@mgaitan
Copy link
Collaborator

mgaitan commented Feb 13, 2015

The documentation lacks one big thing I think: a cookbook with recipes for the most common uses. That would help more people getting started.

For example, I dream with get something like the animoto's transitions fx, like this https://www.youtube.com/watch?v=CvJwpVGx7G0

is there something close to it done with moviepy? would it be possible?

@Zulko
Copy link
Owner

Zulko commented Feb 13, 2015

@mgaitan That would be possible, but not trivial as there is a lot of maths involved (or even 3D effects ?).

For transitions there is the transfx module, which has been one of my first focuses in moviepy but that I have abandonned since, so it's quite small at the moment. I'm still not sure what the best way to deal with transitions would be, but certainly something like this:

new_clip = (clip1.concatenate_with(clip2, my_transition1, **transition_args)
                 .concatenate_with(clip3, my_transition2, **transition_args)
                 ... etc.)

I am also thinking of making a class to make transitions easier. But I don't think that will be ready before some time.

@keikoro
Copy link
Collaborator

keikoro commented Feb 17, 2017

I think this can be closed. Should this get turned into an official wish list item/feature request/..., it would probably be best to create a new issue for it.

@keikoro keikoro closed this as completed Feb 17, 2017
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

4 participants