-
你好,我在评测MVBench时会多一个路径报错 FileNotFoundError: [Errno 2] No such file or directory: '/root/.cache/huggingface/hub/datasets--OpenGVLab--MVBench/snapshots/230a2d4fac8900333c61754641c7a13e069ac9c6/video/star…
-
ERROR: Cannot install -r requirements.txt (line 19) and decorator==5.1.1 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested decorator==…
-
```
from moviepy import *
import moviepy.video.fx.all as vfx
clip = VideoFileClip(path)
clip_final = clip.fx(vfx.time_mirror)
```
#### Expected Behavior
on line clip_final = clip.fx(v…
-
```
text_clip = text_clip.set_opacity(lambda t : t/duration)
```
Is there any way to achieve this/make this work to change opacity from 0 to 1? Seems like Lambda is not allowed and I get followin…
-
### Your Question
Everything works fine until this part, where I get this error:
Step 11 _editAndRenderShort
Error File "/content/ShortGPT/gui/ui_tab_short_automation.py", line 114, in create_s…
-
**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…
-
why does some outputs look like this:
```
Moviepy - Done !
Moviepy - video read…
-
I got an upscale error telling me to report it on GitHub
"got an unexpected keyword argument 'verbose'"
maybe im just doing something wrong :D
-
Thanks a lot for your sharing about CS285 HW.
Hi, I am now learning the CS285, a problem in hw1 that has troubled me for a few days is that there is no Image or video in tensorboard. There are only…
-
Due to limitations of Google Colab resources, I am trying to use MoviePy on other platforms. The latest platform I tried was a free account on DeepNote. However, when executing the code:
```
from …