-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
Comments
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. |
How about rendering each clip parallel and then join will work ? |
Yes you could try that, but you’d have to split/merge the file yourself |
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 |
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
The text was updated successfully, but these errors were encountered: