moviepy
Package — MediaPython 3.7+Intermediate
Video editing: cut, concatenate, effects, titles, audio
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- NumPy, Pillow, tqdm, proglog, imageio, decorator (ffmpeg system binary required)
- Install
pip install moviepy
Learn by Difficulty
Quick Example
python
# Install: pip install moviepy import moviepy # Basic moviepy usage print(f"Using moviepy") # See documentation for detailed examples
moviepy is a third-party package. Video editing: cut, concatenate, effects, titles, audio. Install with: pip install moviepy
Try in PlaygroundTags
packagemediaaudiovideo