StitchingFramesToVideo while rendering is occurring, instead of after renderFrames is finished #748
-
Hi, I am trying to see if its possible to start stitching the frames after an arbitrarily number of frames have been rendered. I am going through render.ts to understand the assetsInfo object as that is a dependency for the stitchFramesToVideo function. Is there any guidance on how to refactor the code so that I can either do:
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hey @cachemoney, very good question and indeed this is possible and already implemented in the V3 branch! There will be a new API called renderMedia() that will combine renderFrames() and stitchFramesToVideo() and do it in parallel. |
Beta Was this translation helpful? Give feedback.
Hey @cachemoney, very good question and indeed this is possible and already implemented in the V3 branch! There will be a new API called renderMedia() that will combine renderFrames() and stitchFramesToVideo() and do it in parallel.