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

feat!: Quicktime Movie Submission Workflows #78

Closed

Conversation

Ahuge
Copy link
Contributor

@Ahuge Ahuge commented Dec 11, 2024

What was the problem/requirement? (What/Why)

Current submissions were only supported for Frame based workflows and if you were rendering out a movie file, it would continuously overwrite it. See #73

What was the solution? (How)

Implement an automatic movie workflow if we detect the output of a comp is a movie extension

What is the impact of this change?

This will automatically submit a single task job for the movie render if it detects it.

How was this change tested?

Ran the workflow through all three submission queue types and tested both with a scene containing a frame comp and and a movie comp as well as just two movie comps.

Did you run the "Job Bundle Output Tests"? If not, why not? If so, paste the test results here.

Was this change documented?

No

Is this a breaking change?

Yes, functionality for movie workflows has been changed

** This is built on top of #77 and should be on hold until that gets in

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

This now matches the other new DCC naming scheme

Signed-off-by: Alex Hughes <[email protected]>
This happens via a FrameStart, FrameEnd, ChunkSize and 2 internal
parameters that are just calculations based on the previous ones.

We've also reorganized some of the code to hopefully isolate it against
future changes.

Signed-off-by: Alex Hughes <[email protected]>
@Ahuge Ahuge requested a review from a team as a code owner December 11, 2024 16:59
@eherozhao
Copy link
Contributor

Thanks for the PR! We are having a new dockable submitter with aerender and I think it should automatically solve this issue that old submitter had. Do you want to try it out and see if the new submitter works for this .mov output out of box?

yuanmich2 and others added 5 commits January 5, 2025 00:23
The client IPC workflow is removed
This will allow us to string replace it with the actual frame rate from the comp that we are submitting
feature: added a checkbox that adds an OpenJD step to convert image sequences with ffmpeg
Copy link

sonarqubecloud bot commented Jan 6, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
10.0% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@Ahuge Ahuge closed this Jan 6, 2025
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

Successfully merging this pull request may close these issues.

3 participants