
moviepy 2.2.1
0
Video editing with Python
Contents
MoviePy is a Python library for video editing: cutting, concatenations, title insertions, video compositing, video processing, and creation of custom effects.
The Zulko/moviepy repo was created 12 years ago and the last code push was 4 months ago.
The project is extremely popular with a mindblowing 14348 github stars!
How to Install moviepy
You can install moviepy using pip
pip install moviepy
or add it to a project with poetry
poetry add moviepy
Package Details
- Author
- Zulko 2024
- License
- MIT License
- Homepage
- None
- PyPi:
- https://pypi.org/project/moviepy/
- GitHub Repo:
- https://github.com/zulko/moviepy
Classifiers
- Multimedia
- Multimedia/Sound/Audio
- Multimedia/Sound/Audio/Analysis
- Multimedia/Video
- Multimedia/Video/Capture
- Multimedia/Video/Conversion
Related Packages
Errors
A list of common moviepy errors.
Code Examples
Here are some moviepy code examples and snippets.
GitHub Issues
The moviepy package has 77 open issues on GitHub
- write_videofile() produces an index error when I try to download a video with a loop
- TextClip Word Wrapping issue
- Update README.md
- Fix issue 2539 ffmpeg pixel_format option for libx264 in FFMPEG_VideoWriter class
- TextClip performance severely degraded in v2.2.1
- [Feature Request] Proper text breaking by words in TextClip #2501
- Fixed a bug in Scroll.py
- Fixed_ArchLinux_preview_not_working
- Audio Desynchronization with video
- TypeError in ffmpeg_reader.py: Metadata concatenation fails when field value is a float
pythonfix