Extract Review and OIIO transcode failing to transcode media blocking publishes #989
Open
2 tasks done
Labels
type: enhancement
Improvement of existing functionality or minor addition
Is there an existing issue for this?
Current Behavior:
Over time we've had annoying reports where studios were unable to publish their renders because the publishing system (due to user configuration) tries to transcode e.g. a Z-depth AOV layer which may only have a named
Z
orY
channel and has noR
,G
,B
orA
channels and hence we don't really know what layer to process.Instead of this we could also implement detecting more cases, so that if
RGBA
is not found in the file that maybe we allow to fall back to channels:Here's metadata output for a file that fails without this PR:
It's an Arnold Z-depth render AOV.
Expected Behavior:
Either:
OR
Version
1.0.0
What platform you are running on?
Windows
Steps To Reproduce:
Are there any labels you wish to add?
Relevant log output:
No response
Additional context:
We do have settings to "filter out" certain AOVs because we've had this issue before on
Extract Review
. The setting is atayon+settings://deadline/publish/ProcessSubmittedJobOnFarm/aov_filter
however it does not apply toExtractOIIOTranscode
because transcode may occur on something that isn't necessarily a reviewable (I suppose?)The text was updated successfully, but these errors were encountered: