-
Hi, I was getting the following error while running the library:
```
ModuleNotFoundError: No module named 'moviepy.video.fx.resize'
```
This import can be found on `effects/pan.py` and `effect…
-
### Discussed in https://github.com/Zulko/moviepy/discussions/2241
Originally posted by **JoelOnyedika** November 19, 2024
### **Proposal: Introducing a Templating Engine, Styling Language…
-
```
(C:\aitools\cv_venv) C:\aitools>python inference\gradio_web_demo.py
Traceback (most recent call last):
File "C:\aitools\inference\gradio_web_demo.py", line 23, in
import moviepy.editor …
-
**Is your feature request related to a problem? Please describe.**
I would like to have the subtitle text added to the video. This feature is particularly interesting for social media videos
**Des…
-
Hi, when trying to create a model I'm having the following issue:
![image](https://user-images.githubusercontent.com/91077508/179131533-3488dc1b-bda0-4b3c-b340-3c60f17fe298.png)
I'm using Jupyte…
-
运行环境:python3.9, 安装moviepy成功
运行demo报错,第一句导入就报错。报错如下,是什么原因?
`Traceback (most recent call last):
File "/Users/mac/project_python/pigqi/test/watermak.py", line 2, in
from moviepy.editor import …
-
Thanks for the great library and the corresponding documentation!
However, a new user which wants to do video editing and manipulation could ask: _what are the advantages of using movis over the `m…
-
I want to deploy my Flask app onto the server. I am trying to do it on [DigitalOcean](https://www.digitalocean.com/).
My Flask app edits and processes videos for the user; therefore, I use the lib…
-
### Describe the bug
Running wandb.Video when providing a numpy array takes a very long time. Using the profiler I found that the issue is the quantization of the frames for the GIF that is created b…
-
When I read a video by calling `font_video = VideoFileClip(cover_path)`, it gets stuck without any explicit error. I check the video and find its audio is incomplete. I'm not sure what's going on here…