-
Notifications
You must be signed in to change notification settings - Fork 14
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
Baking chunk size for sequences #51
Baking chunk size for sequences #51
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this PR is about to have chunk size dynamic for Baking job, it will be obsolete by #49 where it will be controlled by Profile/could be overridden by artist. Would it be important to separate chunks/other |
Actually - I think what the intent is.. is that if you were to write out a video file you want the chunk size to be infinitely large because multiple machines couldn't render out to the same file. Something tells me - that is what this is trying to solve. If media has To easily support that in an abstract plug-in we may need some way to identify that a job MUST be one task or not due to that. Like "singleTaskOnly" or "forceSingleTask" or whatever. |
Correct. Of course, having confugurable chunk size for baking sequences would be great. Possibly even Deadline Frame Dependencies, so baking can start right when each frame finishes. Just taking the same chunks as the render is easy and should already help quite a bit. I am trying to solve very slow publishing of long highres shots. Sometimes, particullarly for episodic vfx, we have shots that are one, or two minutes long. Production gets gray hair when publish is on the farm one more hour just to produce baking mov. |
Valid use case - and has come up before. I think there was an epic description about that some time ago @antirotor? But definitely quite some dev work. |
Closing in favor of #49 |
Changelog Description
Supporting deadline rendering of Nuke baking jobs (Extract Review Intermediate) with multi chunks.
The Chunk size is copied from the
ayon+settings://deadline/publish/NukeSubmitDeadline/chunk_size
Additional info
Might close ynput/ayon-nuke#3
Testing notes: