LICENCE.txt MANIFEST.in README.rst ez_setup.py setup.cfg setup.py tom_credits.txt docs/FAQ.rst docs/Makefile docs/conf.py docs/demo_preview.jpeg docs/docker.rst docs/gallery.rst docs/index.rst docs/install.rst docs/logo.png docs/make.bat docs/makehtml.sh docs/opencv_instructions.rst docs/__pycache__/conf.cpython-37.pyc docs/_static/logo.png docs/_static/logo_small.jpeg docs/_static/moviepy.css docs/_themes/.gitignore docs/advanced_tools/advanced_tools.py docs/advanced_tools/advanced_tools.rst docs/advanced_tools/__pycache__/advanced_tools.cpython-37.pyc docs/examples/compo_from_image.jpeg docs/examples/compo_from_image.rst docs/examples/dancing_knights.rst docs/examples/example_with_sound.rst docs/examples/examples.rst docs/examples/headblur.rst docs/examples/logo.rst docs/examples/masked_credits.rst docs/examples/moving_letters.rst docs/examples/painting_effect.rst docs/examples/quick_recipes.rst docs/examples/several_characters.rst docs/examples/star_worms.rst docs/examples/the_end.rst docs/examples/ukulele_concerto.rst docs/getting_started/audioclips.rst docs/getting_started/circle.gif docs/getting_started/compositing.rst docs/getting_started/effects.rst docs/getting_started/efficient_moviepy.rst docs/getting_started/explanations.jpeg docs/getting_started/getting_started.rst docs/getting_started/ipynb_example.jpeg docs/getting_started/quick_presentation.rst docs/getting_started/stacked.jpeg docs/getting_started/videoWH.jpeg docs/getting_started/videoclips.rst docs/getting_started/working_with_matplotlib.rst docs/ref/AudioClip.rst docs/ref/Clip.rst docs/ref/audiofx.rst docs/ref/audiotools.rst docs/ref/bideotools_gradient.jpeg docs/ref/code_origanization.rst docs/ref/decorators.rst docs/ref/ffmpeg.rst docs/ref/ref.rst docs/ref/videofx.rst docs/ref/videotools.rst docs/ref/videotools_credits.jpeg docs/ref/VideoClip/VideoClip.rst docs/ref/audiofx/moviepy.audio.fx.all.audio_fadein.rst docs/ref/audiofx/moviepy.audio.fx.all.audio_fadeout.rst docs/ref/audiofx/moviepy.audio.fx.all.audio_loop.rst docs/ref/audiofx/moviepy.audio.fx.all.audio_normalize.rst docs/ref/audiofx/moviepy.audio.fx.all.volumex.rst docs/ref/videofx/moviepy.video.fx.all.accel_decel.rst docs/ref/videofx/moviepy.video.fx.all.blackwhite.rst docs/ref/videofx/moviepy.video.fx.all.blink.rst docs/ref/videofx/moviepy.video.fx.all.colorx.rst docs/ref/videofx/moviepy.video.fx.all.crop.rst docs/ref/videofx/moviepy.video.fx.all.even_size.rst docs/ref/videofx/moviepy.video.fx.all.fadein.rst docs/ref/videofx/moviepy.video.fx.all.fadeout.rst docs/ref/videofx/moviepy.video.fx.all.freeze.rst docs/ref/videofx/moviepy.video.fx.all.freeze_region.rst docs/ref/videofx/moviepy.video.fx.all.gamma_corr.rst docs/ref/videofx/moviepy.video.fx.all.headblur.rst docs/ref/videofx/moviepy.video.fx.all.invert_colors.rst docs/ref/videofx/moviepy.video.fx.all.loop.rst docs/ref/videofx/moviepy.video.fx.all.lum_contrast.rst docs/ref/videofx/moviepy.video.fx.all.make_loopable.rst docs/ref/videofx/moviepy.video.fx.all.margin.rst docs/ref/videofx/moviepy.video.fx.all.mask_and.rst docs/ref/videofx/moviepy.video.fx.all.mask_color.rst docs/ref/videofx/moviepy.video.fx.all.mask_or.rst docs/ref/videofx/moviepy.video.fx.all.mirror_x.rst docs/ref/videofx/moviepy.video.fx.all.mirror_y.rst docs/ref/videofx/moviepy.video.fx.all.painting.rst docs/ref/videofx/moviepy.video.fx.all.resize.rst docs/ref/videofx/moviepy.video.fx.all.rotate.rst docs/ref/videofx/moviepy.video.fx.all.scroll.rst docs/ref/videofx/moviepy.video.fx.all.speedx.rst docs/ref/videofx/moviepy.video.fx.all.supersample.rst docs/ref/videofx/moviepy.video.fx.all.time_mirror.rst docs/ref/videofx/moviepy.video.fx.all.time_symmetrize.rst moviepy/Clip.py moviepy/__init__.py moviepy/compat.py moviepy/config.py moviepy/config_defaults.py moviepy/decorators.py moviepy/editor.py moviepy/tools.py moviepy/utils.py moviepy/version.py moviepy.egg-info/PKG-INFO moviepy.egg-info/SOURCES.txt moviepy.egg-info/dependency_links.txt moviepy.egg-info/requires.txt moviepy.egg-info/top_level.txt moviepy/audio/AudioClip.py moviepy/audio/__init__.py moviepy/audio/fx/__init__.py moviepy/audio/fx/audio_fadein.py moviepy/audio/fx/audio_fadeout.py moviepy/audio/fx/audio_left_right.py moviepy/audio/fx/audio_loop.py moviepy/audio/fx/audio_normalize.py moviepy/audio/fx/volumex.py moviepy/audio/fx/all/__init__.py moviepy/audio/io/AudioFileClip.py moviepy/audio/io/__init__.py moviepy/audio/io/ffmpeg_audiowriter.py moviepy/audio/io/preview.py moviepy/audio/io/readers.py moviepy/audio/tools/__init__.py moviepy/audio/tools/cuts.py moviepy/video/VideoClip.py moviepy/video/__init__.py moviepy/video/compositing/CompositeVideoClip.py moviepy/video/compositing/__init__.py moviepy/video/compositing/concatenate.py moviepy/video/compositing/on_color.py moviepy/video/compositing/positioning.py moviepy/video/compositing/transitions.py moviepy/video/fx/__init__.py moviepy/video/fx/accel_decel.py moviepy/video/fx/blackwhite.py moviepy/video/fx/blink.py moviepy/video/fx/colorx.py moviepy/video/fx/crop.py moviepy/video/fx/even_size.py moviepy/video/fx/fadein.py moviepy/video/fx/fadeout.py moviepy/video/fx/freeze.py moviepy/video/fx/freeze_region.py moviepy/video/fx/gamma_corr.py moviepy/video/fx/headblur.py moviepy/video/fx/invert_colors.py moviepy/video/fx/loop.py moviepy/video/fx/lum_contrast.py moviepy/video/fx/make_loopable.py moviepy/video/fx/margin.py moviepy/video/fx/mask_and.py moviepy/video/fx/mask_color.py moviepy/video/fx/mask_or.py moviepy/video/fx/mirror_x.py moviepy/video/fx/mirror_y.py moviepy/video/fx/painting.py moviepy/video/fx/resize.py moviepy/video/fx/rotate.py moviepy/video/fx/scroll.py moviepy/video/fx/speedx.py moviepy/video/fx/supersample.py moviepy/video/fx/time_mirror.py moviepy/video/fx/time_symmetrize.py moviepy/video/fx/all/__init__.py moviepy/video/io/ImageSequenceClip.py moviepy/video/io/VideoFileClip.py moviepy/video/io/__init__.py moviepy/video/io/bindings.py moviepy/video/io/downloader.py moviepy/video/io/ffmpeg_reader.py moviepy/video/io/ffmpeg_tools.py moviepy/video/io/ffmpeg_writer.py moviepy/video/io/gif_writers.py moviepy/video/io/html_tools.py moviepy/video/io/preview.py moviepy/video/io/sliders.py moviepy/video/tools/__init__.py moviepy/video/tools/credits.py moviepy/video/tools/cuts.py moviepy/video/tools/drawing.py moviepy/video/tools/interpolators.py moviepy/video/tools/segmenting.py moviepy/video/tools/subtitles.py moviepy/video/tools/tracking.py