mifi / editly

Slick, declarative command line video editing & API
MIT License
4.79k stars 312 forks source link

Video layer position #54

Closed matthewturk closed 4 years ago

matthewturk commented 4 years ago

Hi! I love using editly. I'm interested in contributing a patch to it to enable mosaicing of images, similar to:

https://trac.ffmpeg.org/wiki/Create%20a%20mosaic%20out%20of%20several%20input%20videos

If this were to be staged out I think the order would be something like:

But before I began, I was wondering if this was something you'd thought about, and if you'd be open to a PR along these lines if I'm able to make it work.

Thanks!

FOSSforlife commented 4 years ago

+1

If we could position multiple videos/images within the same clip (especially if we could loop them as well, for animated clipart and things like that), I'd use editly for all my YouTube podcast uploads. This would be a game changer.

mifi commented 4 years ago

Would be nice, but I think it might be better to do with fabric.js rather than ffmpeg, as fabric gives more flexibility.

mifi commented 4 years ago

This one is now implemented! See https://github.com/mifi/editly/blob/master/examples/mosaic.json5

matthewturk commented 4 years ago

:fireworks: :clap: This is awesome!