-
Notifications
You must be signed in to change notification settings - Fork 41
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
Extract Review: Support images/videos with only named channels #776
Comments
According to this Blender Artists topic we should be able to pass a This may then be e.g. |
Example EXR that fails here: |
For what it's worth, the So this would work:
Example log then would be:
So, as mentioned here:
|
Is there an existing issue for this?
Current Behavior:
Currently when a review is trying to get generated for a publish using e.g. a multilayer EXR with only named channels the ExtractReview logic fails:
For example, take this log:
error.log
From discussion here
Which shows it failing (in Deadline) on an EXR sequence that has named channels:
One could argue the
rgba
sensibly is the one to use here - maybe there's a way we can force ffmpeg to allow that as the main layer? If no dedicatedR G B A
channels are found.I also wonder what makes it so that a lot of image viewers are capable of defaulting to viewing the RGBA by default instead of the other channels - if there's some sort of metadata or logic involved with knowing which of the named channels is the default viewable then we should adhere to that to in the hope FFMPEG can process it too.
Expected Behavior:
Allow these sequences to:
Version
1.0.0
What platform you are running on?
Windows
Steps To Reproduce:
This can be reproduced from Blender according to this:
ayon+settings://blender/RenderSettings/renderer?project=test
Are there any labels you wish to add?
Relevant log output:
No response
Additional context:
See relevant Ayon discord thread
The text was updated successfully, but these errors were encountered: