Jacob

Results 233 comments of Jacob

I think you should be able to extend `Shape` directly, instead of `Rect`. Even if we plan to support `radius` for polygons, since the implementation will be vastly different than...

Alright, sounds good to me

Yes, the issue is accepted, so go ahead. I'm a bit rusty when it comes to Docker, so I don't have any suggestions as to how to do this. Let...

After #668, it will be possible to provide answers using command-line arguments: ```sh npm init @motion-canvas@latest -- --name Hello --path ./hello --language ts ```

Motion Canvas is not meant to be an end-to-end video editing software. It's supposed to be used in conjunction with Premiere, Da Vinci, Audition, Audacity, etc. I'm open to a...

> The proposal is simply to make it such that, if the user has ffmpeg installed, they get this QoL boost Oki but then the post you linked in your...

@Ross-Esmond That's pretty much what I mean by "a plugin interface that would allow you to create an ffmpeg exporter". But I think implementing something like this will take some...

It's a hard no for me, unfortunately. > But this is where I draw the line. If there's a need for more complex integration with ffmpeg it should be done...

The FFmpeg exporter is now available as a standalone plugin: https://github.com/motion-canvas/exporters#installation

This is a really good proposal for a single Bezier curve. I think we should also go for a composite Bezier curve, like in other animation software. Something along the...