Results 13 comments of Quoc Vu

> We have some animation in vfx. You should take a look at the doc https://zulko.github.io/moviepy/user_guide/create_effects.html and existing effects. @OsaAjani just FYI, the code example in your link does not...

The link explains how to create an effect ``` So, to create an effect, we will need to inherit the [Effect](https://zulko.github.io/moviepy/reference/reference/moviepy.Effect.html#moviepy.Effect.Effect) class, and do two things: Create an __init__ method...

@Implosiv3 I understand how it works when applying to 1 clip, but how we implement transitions that combine content from 2 clips. Look at the examples at https://tnfe.github.io/FFCreator/_media/imgs/ani.gif, you can...