-
`moviepy` installed but cannot find `moviepy.editor`
```python
[2024-11-22 21:02:06.547] Traceback (most recent call last):
File "E:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2012, in load…
-
copr is currently broken on Fedora 41:
$ davinci-helper
Traceback (most recent call last):
File "/usr/bin/davinci-helper", line 5, in
from davinci_helper.main import main
File "/usr/l…
-
项目是main 分支,moviepy 1.0.2 版本保存视频时 报错:
2024-11-21 16:04:34 | INFO | "./app/services/video.py:118": combine_videos - resizing video to 1080 x 1920, clip size: 3840 x 2160
2024-11-21 16:04:34.722 Uncaug…
-
hi:
My environment is macOS 14.4.1, with Python 3.10.15. All dependencies have been installed, and I confirm that the installation of moviepy is fine. However, run main.pyI am encountering the follow…
-
### Discussed in https://github.com/Zulko/moviepy/discussions/2241
Originally posted by **JoelOnyedika** November 19, 2024
### **Proposal: Introducing a Templating Engine, Styling Language…
-
Hi,
I've tried to use TextClip.list('font') as referenced in the documents and here https://github.com/Zulko/moviepy/blob/6f2ae4e560cc1d2f74a68593f8f4d697f1d17bc0/moviepy/video/VideoClip.py#L1363
…
-
### Priority
P1-Stopper
### OS type
Ubuntu
### Hardware type
Xeon-SPR
### Installation method
- [ ] Pull docker images from hub.docker.com
- [X] Build docker images from source
…
-
Skipping virtualenv creation, as specified in config file.
/usr/local/lib/python3.12/site-packages/moviepy/config_defaults.py:1: SyntaxWarning: invalid escape sequence '\P'
"""
/usr/local/lib/pytho…
-
```python
# Python Snippet from moviepy/video/VideoClip.py:1594
try:
print("f", font)
_ = ImageFont.truetype(font)
except Exception as e:
ra…
-
#### Expected Behavior
I want to create a composed Audio.AudioClip instance to attach to my video. I have a method to create notes from frequences, they are concatenated together as a chime, and then…