-
When ran on a Mac, the extension says that it doesn't detect any CUDA and will switch to CPU. Still, nothing happens. Could you please add MPS support, like webUI does, in order to use Apple's powerfu…
-
#### Expected Behavior
It's supposed to print the progress on a single line.
C:\Users\edgar\Desktop>python test.py
>56.00% (56 of 100)
#### Actual Behavior
But when importin…
-
Hi, I been enjoying playing around with this library. I been trying to center (vertically) a regular 1920x1080 video on a square Composition (500x500)
I notice that the video scales correctly to th…
-
Hello, I want to export a video with mask into mov file, however, I only find the ```with_mask``` option in ```write_images_sequence``` and it seems that masks will be transed into RGB if I use ```w…
-
Hello,
I am not sure whether it is a but or just something specific to my system, but whenever I try running the `write_videofile` function I get the following error:
```
TypeError …
-
```
import os
from moviepy.editor import *
def collect(image_folder, video_name):
img=[]
img = [image_folder+img for img in os.listdir(image_folder) if img.endswith(".png")]
print(img, os.l…
-
Suppose I have 8-core server or 32-core mac pro.
Is there any way to make moviepy/ffmpeg utilize all CPU cores for each rendering job?
-
Hi,
I first came across your project from your blog here:
http://zulko.github.io/blog/2013/09/27/read-and-write-video-frames-in-python-using-ffmpeg/
Fantastic and simple use of ffmpeg through p…
-
Discuss some of the tools and libraries available (specific to Python) for developing video processing models.
-
When I use other functions, everything is normal. But when I uploaded the screen recording, the error was as follows:
```
ERROR: Exception in ASGI application
Traceback (most recent call last):
…