CHANGES.txt
LICENCE.txt
MANIFEST.in
README.rst
ez_setup.py
setup.py
docs/FAQ.rst
docs/gallery.rst
docs/index.rst
docs/install.rst
docs/opencv_instructions.rst
docs/advanced_tools/advanced_tools.rst
docs/build/pip-delete-this-directory.txt
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/severalCharacters.rst
docs/examples/star_worms.rst
docs/examples/the_end.rst
docs/examples/ukulele_concerto.rst
docs/getting_started/audio.rst
docs/getting_started/audioclips.rst
docs/getting_started/clips.rst
docs/getting_started/compositing.rst
docs/getting_started/effects.rst
docs/getting_started/efficient_moviepy.rst
docs/getting_started/getting_started.rst
docs/getting_started/quick_presentation.rst
docs/getting_started/videoclips.rst
docs/ref/AudioClip.rst
docs/ref/Clip.rst
docs/ref/audiofx.rst
docs/ref/audiotools.rst
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/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.volumex.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.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_at_end.rst
docs/ref/videofx/moviepy.video.fx.all.freeze_at_start.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.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.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.rotation.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.time_mirror.rst
docs/ref/videofx/moviepy.video.fx.all.time_symmetrize.rst
docs/ref/videofx/moviepy.video.fx.crop.rst
moviepy/Clip.py
moviepy/__init__.py
moviepy/config.py
moviepy/config_defaults.py
moviepy/decorators.py
moviepy/editor.py
moviepy/tools.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/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/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/rotation.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/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