Tom Burrows

Results 27 comments of Tom Burrows

Ok, I'll delete v2 now as it doesn't seem to have any purpose.

I thought that it would be a good idea to post my current thoughts regarding the v2.0 release (for my own sake as much as anything else!). There are a...

Hello, thanks for your interest! Here's where I'm up to: I'll have some time over the next 4-5 weeks to work on moviepy and hopefully I'll be able to push...

@cryzed that seems like a good idea, and I think that it would be feasible. However, I don't think that that would be a breaking change, so I wouldn't neccasarily...

Sorry it’s a bit late, there shouldn’t be any issues with concatenating the video with itself. I’ll try and have a look at this issue soon.

Is there any reason that `program="imageio"` or `progam="ffmpeg"` doesn't work? The ImageMagick integration is quite tricky, so presumably it is erroring somewhere that is not caught by MoviePy.

Indeed. The other alternative to Gizeh is just to use PIL directly. I was working on this before: https://github.com/tburrows13/moviepy/blob/redo-textclip/moviepy/video/NewTextClip.py. With the following added to your demo (and adjusting the rest...

> I'm seeing now [your implementation](https://github.com/tburrows13/moviepy/blob/redo-textclip/moviepy/video/NewTextClip.py) of `TextClip` using PIL @tburrows13. What do you think that is worth to make? > > * Implementation for PIL. > * Implementation for...

You can see that I changed some of the more niche parameters in the PIL TextClip to align with what got passed to PIL. I think that that is fine....

Yep. As long as it is pip-installable (which the current ImageMagick solution isn't), then I'm very happy. Breaking changes are fine, so presumably make the TextClip parameters fit as neatly...