-
**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…
-
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 …
-
### 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…
-
Traceback (most recent call last):
File "E:\AI\FunClip\fun_env\lib\site-packages\gradio\queueing.py", line 536, in process_events
response = await route_utils.call_process_api(
File "E:\AI\…
-
I get an error when converting screenshot to code on self hosted application
Steps to reproduce the behavior:
1. Self host this application per readme
2. Upload image to convert to code.
3. The…
-
#-*- coding:utf-8 -*-
from moviepy.editor import *
myclip = VideoFileClip("55.mp4").subclip(10,40)
t = u'55 도발'.encode('utf-8')
txtclip = TextClip(t, fontsize=50, color='red', font='NanumGothic'…
-
I recently encountered a significant difference in processing time when extracting a 70-second clip from a video using different methods. Utilizing MoviePy's subclip and write_videofile functions took…
-
**Describe the bug**
I am using VS code insider in admin mode.
In backend .env I entered my AI keys:
OPENAI_API_KEY=sk-2siLny...
ANTHROPIC_API_KEY=sk-ant-api0...
When drag/drop an .mp4 vide…
-
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…
-
在生产环境下,moviepy还是有点慢了。