.. image:: logo.png :width: 50% :align: center .. MoviePy .. ======= 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. Here it is in action (run in an IPython Notebook): .. image:: demo_preview.jpeg :width: 500px :align: center User Guide ------------ .. toctree:: :maxdepth: 1 install getting_started/getting_started gallery examples/examples docker opencv_instructions FAQ advanced_tools/advanced_tools ref/ref Contribute ! -------------- MoviePy is an open source software originally written by Zulko_ and released under the MIT licence. It works on Windows, Mac, and Linux, with Python 2 or Python 3. The code is hosted on Github_, where you can push improvements, report bugs and ask for help. There is also a MoviePy forum on Reddit_ and a mailing list on librelist_ . .. raw:: html Tweet .. .. Fork me on GitHub .. _PyPI: https://pypi.python.org/pypi/moviepy .. _Zulko: https://github.com/Zulko/ .. _Stackoverflow: https://stackoverflow.com/ .. _Github: https://github.com/Zulko/moviepy .. _Reddit: https://www.reddit.com/r/moviepy/ .. _librelist: mailto:moviepy@librelist.com