mifi / editly

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

Parallel rendering #186

Open siwel opened 2 years ago

siwel commented 2 years ago

Hey,

I see with https://github.com/mifi/reactive-video we have Parallel rendering 🔥

Would it be possible to bring this to editly, what would be involved in getting this to work?

Thanks, Lewis

mifi commented 2 years ago

Hi. It might be possible, but editly's rendering pipeline is not as flexible as reactive-video, so it's not going to be an easy feature to implement. (reactive-video can render from any frame), editly starts at the first frame.

desis123 commented 7 months ago

How about rendering each clip parallel and then join will work ?

mifi commented 7 months ago

Yes you could try that, but you’d have to split/merge the file yourself

desis123 commented 7 months ago

Yes I am using it for a project text2video generator .. so basically all my clips are seperated by audio segments generated from text .. so what I am planing create multiple clips based on those audios then merge them together. While I will merge them I will use transitions .. so basically for the first part of the process I could use reactive or remotion .. but currently I am more comportable with json .. rather than create some built in templates for reactve or remoton .. may be in future .. I will let know how it comes out does parallel really work to save time