[Python-based]Video editor

Hi all :slight_smile:

When I was browsing Github (a very great source for cool open source sofware) I came across this application:[INDENT=8]
[/INDENT]

MoviePy is a Python module for video editing, which can be used for basic operations (like cuts, concatenations, title insertions), video compositing (a.k.a. non-linear editing), video processing, or to create advanced effects. It can read and write the most common video formats, including GIF.

I have absololutly not tried it, because Iā€™m not very good at coding yet.
However looking at the example created using MoviePy it shows great promise.

And because it is a Python module, hence MoviePy :), it perhaps can be intergrated into Blender to make the dreaded NLE a little less painfull.

What can you do with it?

The project can be found at:

http://zulko.github.io/moviepy/