Tom Burrows

Results 27 comments of Tom Burrows

Alternatively I found that the actual Black repo `psf/black` has a GitHub action (even though it is not listed in the GitHub marketplace): https://github.com/Zulko/moviepy/pull/1337/files. It doesn't allow adding arguments to...

@mflaxman psf/black has just added support for custom arguments in https://github.com/psf/black/pull/1755

Sorry, [enhancement] is the wrong tag, [feature-request] is what you want.

If you can represent the file stream as a numpy array, then you can create a VideoClip from that. I'd like to add a better API for this, but this...

I think that you are missing the last line(s) of your error trace. Or maybe MoviePy's error reporting also crashed.

Thanks for reporting the bug, unfortunately its not a very helpful error message!

@misland Thanks for the suggestion, I'll add it to the list. There's clearly interest (#790, #923), and it looks like it would be just a case of configuring FFmpeg settings.

@misland, thanks for investigating. I'll have a look at some point to see if it would be benificial, but it doesn't seem to require much extra code on our part,...

I don't think that having v2 as a separate branch is really working, so I'll release v1.0.2 today, and then merge master into v2, then v2 back into master, so...

> I don't think that having v2 as a separate branch is really working, so I'll release v1.0.2 today, and then merge master into v2, then v2 back into master,...