Zulko
Zulko
Heya! Tagging @veghp for opinions, but this might just be a case of "this project is getting old" (no updates in 5 years !). You may have more luck with...
@SenorPez that's weird, can you provide a minimal code that produces the error ? Also I dont understand ``clip.subclip(clip.duration-10, 0)``: you are setting t_end to 0 ? Does this actually...
Hi all! Very sorry for this situation. I've been spread thin for years now, and MoviePy has only been held together thanks to the efforts of @keikoro @tomburrows @mondeja and...
I am reponening this as moviepy is supposed to work "out of the box". And a solution based on conda is not universal.
use ``` clip = ImageSequenceClip(my_path, fps=20) ``` where my_path contains the images in the right order.
Can you explain what your problem is ? are you also using Blender ?
Hey! The proper documentation for this would be to refer to simply refer to the proglog Github page: https://github.com/Edinburgh-Genome-Foundry/Proglog
> How would I make a text based progress bar? Can you describe the effect you are looking for?
Ok. Proglog is not really a way to make custom progress bars, it is a system to redirect the progress data to the framework of your choice (either a python...
That's a good thing you can't find my identity :) Here is my feedback: the code of `summarize` as I would have written it, with some comments: ``` # moviepy.editor...