Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel rendering #186

Open
siwel opened this issue Mar 1, 2022 · 4 comments
Open

Parallel rendering #186

siwel opened this issue Mar 1, 2022 · 4 comments

Comments

@siwel
Copy link

siwel commented Mar 1, 2022

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
Copy link
Owner

mifi commented Mar 2, 2022

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
Copy link

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

@mifi
Copy link
Owner

mifi commented Nov 11, 2023

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

@desis123
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants